Miao-Yunzai/lib/tools/test.js

12 lines
230 B
JavaScript
Raw Normal View History

2023-03-04 14:30:13 +08:00
import command from './command.js'
/**
* npm test 十连
* 配置数据config/test/defult.yaml
*/
await command.run()
// await command.run('bingCk')
// await command.run('gachaLog')
// await command.run('xlsx')
process.exit()