修改测试中的引用以规避编译问题;暂时注释掉时间工具测试
This commit is contained in:
@@ -3,7 +3,7 @@ import { PinusWSClient } from 'pinus-robot-plugin';
|
||||
import { expect } from 'chai';
|
||||
import { Client } from './Client';
|
||||
import { checkDisplayItems, checkSuccessResponse, checkTimeStamp } from './CheckPatten';
|
||||
import { getRandSingleEelm } from '../app/pubUtils/util';
|
||||
import { getRandSingleEelm } from './pureUtil';
|
||||
import { DEBUG_MAGIC_WORD } from '../app/consts';
|
||||
describe('军团测试', function() {
|
||||
let pinusClient: PinusWSClient;
|
||||
|
||||
Reference in New Issue
Block a user