update test command

This commit is contained in:
Yanzhen Yu
2018-11-13 16:26:11 +08:00
parent 69c6d96455
commit 4a7e1e70c6
4 changed files with 2327 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
"main": "dist/index.js",
"module": "dist/module.js",
"scripts": {
"test": "TS_NODE_CACHE=false TS_NODE_FILES=true mocha -r ts-node/register test/**/*.ts",
"test": "TS_NODE_CACHE=false TS_NODE_FILES=true mocha -r ts-node/register test/**/*.test.ts",
"repl": "TS_NODE_CACHE=false TS_NODE_FILES=true ts-node test/repl.ts",
"bundle": "rollup --config"
},

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long