Skip to content

Commit

Permalink
remove jest-junit
Browse files Browse the repository at this point in the history
  • Loading branch information
isolomak committed Apr 4, 2020
1 parent 7357384 commit 01a8885
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ module.exports = {
testEnvironment: 'node',
verbose: true,
collectCoverage: true,
reporters: [
'default',
[ 'jest-junit', { outputDirectory: './coverage' } ],
],
coverageThreshold: {
global: {
branches: 100,
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "build/index.js",
"scripts": {
"build": "./node_modules/.bin/tsc",
"test": "./node_modules/.bin/jest --runInBand --passWithNoTests",
"test": "./node_modules/.bin/jest --runInBand",
"prepare": "npm run build",
"prepublishOnly": "npm test"
},
Expand Down Expand Up @@ -39,7 +39,6 @@
"@types/jest": "^25.1.4",
"@types/node": "^13.9.8",
"jest": "^25.2.4",
"jest-junit": "^10.0.0",
"ts-jest": "^25.3.0",
"typescript": "^3.8.3"
},
Expand Down

0 comments on commit 01a8885

Please sign in to comment.