Skip to content

Commit

Permalink
Merge pull request #363 from snyk/chore-all-the-tests
Browse files Browse the repository at this point in the history
chore: run also jest upon npn run test
  • Loading branch information
shaninja committed Aug 17, 2021
2 parents 62de482 + 775f94d commit 7c1f69d
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 @@ -16,7 +16,7 @@
"debug": "tsc-watch --project tsconfig.json --onSuccess 'node --inspect --inspect-brk .'",
"lint": "prettier --check \"{lib,test}/**/*.ts\" && tslint --format stylish \"{lib,test}/**/*.ts\"",
"format": "prettier --loglevel warn --write '{lib,test}/**/*.ts' && tslint --fix --format stylish '{lib,test}/**/*.ts'",
"test": "npm run lint && npm run unit-test",
"test": "npm run lint && npm run unit-test && npm run test-jest",
"test-jest": "jest --ci --maxWorkers=3 --logHeapUsage",
"test-windows": "npm run lint && tap test/windows/**/*.test.ts -R=spec --timeout=300",
"test-jest-windows": "jest --ci --maxWorkers=3 --config test/windows/jest.config.js --logHeapUsage",
Expand Down

0 comments on commit 7c1f69d

Please sign in to comment.