Skip to content

Commit

Permalink
fix: add previous jest setup
Browse files Browse the repository at this point in the history
  • Loading branch information
nlkluth committed Apr 5, 2018
1 parent 0c8c345 commit c04e262
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,25 @@
},
"jest": {
"setupTestFrameworkScriptFile": "<rootDir>/test/setup.js",
"verbose": true,
"testEnvironment": "node",
"testPathIgnorePatterns": [
"<rootDir>/(build|node_modules|demo|coverage|npm_scripts)/"
]
],
"moduleFileExtensions": [
"jsx",
"js",
"json"
],
"collectCoverageFrom": [
"**/src/js/AlertList.js",
"**/src/js/Alert.js"
],
"coverageThreshold": {
"global": {
"lines": 80
}
}
},
"dependencies": {
"react-transition-group": "^2.3.0"
Expand Down

0 comments on commit c04e262

Please sign in to comment.