获取军团列表测试用例

This commit is contained in:
luying
2021-01-18 16:42:08 +08:00
parent a8965d4185
commit 97216647b2
5 changed files with 168 additions and 19 deletions

View File

@@ -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/",