Update package.json

Co-authored-by: Sergio Padrino <sergio.padrino@gmail.com>
This commit is contained in:
tidy-dev 2022-02-07 07:21:29 -05:00 committed by GitHub
parent 8c9a08edb3
commit 9e87787d76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
"cli": "ts-node --require ./app/test/globals.ts --require ./app/src/cli/dev-commands-global.ts app/src/cli/main.ts",
"check:eslint": "tsc -P eslint-rules/",
"test:eslint": "jest eslint-rules/tests/*.test.js",
"test:unit": "cross-env ELECTRON_RUN_AS_NODE=1 NODE_OPTIONS='--max_old_space_size=4096' ./node_modules/.bin/electron ./node_modules/jest/bin/jest --detectOpenHandles --silent --testLocationInResults --config ./app/jest.unit.config.js",
"test:unit": "cross-env ELECTRON_RUN_AS_NODE=1 NODE_OPTIONS='--max_old_space_size=4096' ./node_modules/.bin/electron ./node_modules/jest/bin/jest --detectOpenHandles --silent --testLocationInResults --config ./app/jest.unit.config.js",
"test:unit:cov": "yarn test:unit --coverage",
"test:script": "jest --silent --config ./script/jest.config.js",
"test:script:cov": "yarn test:script --coverage",