8000 jest flags managed only via config · gcanti/elm-ts@d7ae305 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
jest flags managed only via config
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanoMagrassi authored and gcanti committed Apr 15, 2020
1 parent 2a1c89f commit d7ae305
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 @@ -33,9 +33,8 @@
"scripts": {
"check": "tsc -p .",
"lint": "tslint -p . -t verbose",
"jest": "jest --ci --coverage",
"pretest": "npm run check && npm run lint",
"test": "npm run jest",
"test": "jest",
"posttest": "npm run docs",
"prebuild": "rm -rf ./lib ./es6",
"build": "tsc -p ./tsconfig.build.json && tsc -p ./tsconfig.build-es6.json",
Expand Down Expand Up @@ -91,6 +90,7 @@
}
},
"bail": true,
"collectCoverage": true,
"coveragePathIgnorePatterns": [
"<rootDir>/test/",
"<rootDir>/node_modules/"
Expand Down

0 comments on commit d7ae305

Please sign in to comment.
0