Skip to content

Commit

Permalink
Remove redundant jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
ospatil committed Mar 26, 2018
1 parent 18a2732 commit 2505c08
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions generators/app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"@types/node": "^8.0.0",
"coveralls": "^2.0.0",
"jest": "^22.0.4",
"jest-environment-node-debug": "^2.0.0",
"prettier": "^1.5.2",
"rimraf": "^2.0.0",
"ts-jest": "^22.0.1",
Expand All @@ -51,7 +50,6 @@
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|js)$",
"moduleFileExtensions": ["ts", "js"],
"testEnvironment": "node",
"mapCoverage": true
"testEnvironment": "node"
}
}

0 comments on commit 2505c08

Please sign in to comment.