test:mocha remove duplicate flags

We already specify color in the config file.
ts-node is already required in the config file
This commit is contained in:
Reto Brunner 2024-01-27 15:11:16 +01:00
parent eeefeb229c
commit d4c77c74f6

View file

@ -26,7 +26,7 @@
"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 --require ts-node/register --colors --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",
"watch": "webpack --watch"
},
"keywords": [