Skip to content

Commit

Permalink
build(package.json): conclude dynamic continuous integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Xunnamius committed Dec 30, 2020
1 parent 6aa164b commit 828751d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"list-tasks": "node -e 'console.log(Object.keys(require(\"./package.json\").scripts).join(\"\\n\"))' && echo '\n(no gulp tasks defined for this project)'",
"test": "npm run test-unit --",
"test-integration": "npm run list-tasks | grep -e '^test-integration-' | xargs -n1 npm run",
"test-integration-browser": "true",
"test-integration-node": "true",
"test-integration-browser": "BABEL_ENV=test jest test/integration-browser*.test.ts",
"test-integration-node": "BABEL_ENV=test jest test/integration-node*.test.ts",
"test-unit": "BABEL_ENV=test jest --coverage --collectCoverageFrom 'src/**/*.ts' --collectCoverageFrom 'lib/**/*.ts' --testPathIgnorePatterns test/integration-*.test.ts"
},
"commitlint": {
Expand Down

0 comments on commit 828751d

Please sign in to comment.