diff --git a/package.json b/package.json index 4e32ff0e..609ea877 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,8 @@ "lint": "run-p --aggregate-output --continue-on-error lint:*", "start": "node index start", "test": "run-p --aggregate-output --continue-on-error lint:* test:*", - "test:mocha": "webpack --mode=development && cross-env NODE_ENV=test TS_NODE_PROJECT='./test/tsconfig.json' mocha --config=test/.mocharc.yml", + "test:mocha": "webpack --mode=development && cross-env NODE_ENV=test TS_NODE_PROJECT='./test/tsconfig.json' mocha --config=test/.mocharc.yml 'test/**/*.ts'", + "test:nospec": "webpack --mode=development && cross-env NODE_ENV=test TS_NODE_PROJECT='./test/tsconfig.json' mocha --config=test/.mocharc.yml", "watch": "webpack --watch" }, "keywords": [ diff --git a/test/.mocharc.yml b/test/.mocharc.yml index c6a989c7..4e0d5796 100644 --- a/test/.mocharc.yml +++ b/test/.mocharc.yml @@ -2,7 +2,6 @@ color: true check-leaks: true recursive: true reporter: dot -spec: "test/**/*.ts" ignore: "test/client/**" extension: ["ts", "js"] require: