Skip to content

Commit

Permalink
feat: split integration test with its coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Jblew committed Jan 31, 2019
1 parent a247a5e commit 1d38f29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
"prepare": "npm run build",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
"commitmsg": "commitlint -E GIT_PARAMS",
"test": "TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc mocha -r ts-node/register --require source-map-support/register --recursive src/**/*.spec.ts"
"verify": "TS_NODE_FILES=true TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' mocha -r ts-node/register --require source-map-support/register --recursive src/**/*.integration.test.ts",
"verify-coverage": "nyc npm run verify"
},
"commitlint": {
"extends": [
Expand Down

0 comments on commit 1d38f29

Please sign in to comment.