Skip to content

Commit

Permalink
get coverage for node-core
Browse files Browse the repository at this point in the history
  • Loading branch information
guplersaxanoid committed Jul 12, 2023
1 parent 1e5737d commit 903659c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"build": "yarn workspaces foreach -ptA run build",
"lint": "eslint packages --ext .ts",
"test": "jest --coverage",
"test-jest": "jest --testRegex='.*\\.(spec|test)\\.ts$' --testPathIgnorePatterns ./packages/node",
"test-jest": "jest --testRegex='.*\\.(spec|test)\\.ts$' --roots='./packages/node-core/'",
"test:all": "node --expose-gc ./node_modules/.bin/jest --logHeapUsage --testRegex='.*\\.(spec|test)\\.ts$' --forceExit --ci -w=2 --clearMocks",
"test:docker": "docker-compose -f test/docker-compose.yaml up --remove-orphans --abort-on-container-exit --build test",
"postinstall": "husky install"
Expand Down

0 comments on commit 903659c

Please sign in to comment.