Miao-Yunzai/lib/tools/test.js

12 lines
230 B
JavaScript
Raw Normal View History

2023-05-11 16:03:18 +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()