mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 06:34:21 +00:00
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:
parent
eeefeb229c
commit
d4c77c74f6
1 changed files with 1 additions and 1 deletions
|
@ -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": [
|
||||
|
|
Loading…
Reference in a new issue