修改测试中的引用以规避编译问题;暂时注释掉时间工具测试

This commit is contained in:
liangtongchuan
2022-05-21 16:54:06 +08:00
parent 03bb62e60b
commit 7eea8f4e8a
13 changed files with 66 additions and 46 deletions

View File

@@ -3,8 +3,8 @@ import { STATUS } from './../consts/statusCode';
import { isNumber } from 'underscore';
const csprng = require('csprng');
import fs = require('fs');
import path = require('path');
const fs = require('fs');
const path = require('path');
import { ABI_STAGE, GACHA_TO_FLOOR, REFRESH_TIME, ROBOT_SYS_TYPE, ITEM_CHANGE_REASON, WAR_TYPE } from '../consts';
import { findIndex } from 'underscore';