From ef48c54cb380ad65e141442323c6cbb0ff4d6b69 Mon Sep 17 00:00:00 2001 From: hgw Date: Fri, 2 Feb 2024 03:22:27 +0000 Subject: [PATCH] Dont run coverage report --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d6393eec..7b93a295 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,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": "cross-env NODE_ENV=test webpack --mode=development && cross-env NODE_ENV=test TS_NODE_PROJECT='./test/tsconfig.json' nyc --nycrc-path=test/.nycrc-mocha.json mocha --require ts-node/register --colors --config=test/.mocharc.yml", + "test:mocha": "cross-env NODE_ENV=test webpack --mode=development && cross-env NODE_ENV=test TS_NODE_PROJECT='./test/tsconfig.json' mocha --require ts-node/register --colors --config=test/.mocharc.yml", "watch": "webpack --watch" }, "keywords": [