获取军团列表测试用例
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"build": "tsc",
|
||||
"start": "yarn run build && cd dist && node app",
|
||||
"dev": "node tsrun.js",
|
||||
"test": "yarn run build",
|
||||
"test": "./node_modules/mocha/bin/mocha -t 5000 -r ts-node/register ./test/*test.ts",
|
||||
"cov": "nyc mocha",
|
||||
"ci": "yarn run test",
|
||||
"gen-api-ref": "node ../../../node_modules/typedoc/bin/typedoc --mode file --hideGenerator --excludeExternals --ignoreCompilerErrors --out ../../../run/site/public/api-reference/pinus-loader lib/",
|
||||
|
||||
Reference in New Issue
Block a user