From e8bbb8a1cc7f64fc085f1eeb8f1c9bbee6d71740 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 21 Nov 2019 19:30:46 +0000 Subject: [PATCH] Remove 'check' npm script ...whose only purpose was to run the tests without coverage because the coverage tool was awful and ruined all the line numbers (moreso). --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 0195dff2f..c125a9cef 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,6 @@ "scripts": { "test:watch": "jest spec/ --coverage --testEnvironment node --watch", "test": "jest spec/ --coverage --testEnvironment node", - "check": "yarn test:build && _mocha --recursive specbuild --colors", "gendoc": "babel --no-babelrc --plugins transform-class-properties -d .jsdocbuild src && jsdoc -r .jsdocbuild -P package.json -R README.md -d .jsdoc", "start": "yarn start:init && yarn start:watch", "start:watch": "babel -s -w --skip-initial-build -d lib src",