12 lines
230 B
JavaScript
12 lines
230 B
JavaScript
|
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()
|