Skip to content

Commit

Permalink
fixes jest setup
Browse files Browse the repository at this point in the history
  • Loading branch information
chrkhl committed Jan 27, 2019
1 parent 1590b42 commit ec40a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"collectCoverageFrom": [
"src/**/*.js"
],
"setupTestFrameworkScriptFile": "<rootDir>/jest-setup.js"
"setupFilesAfterEnv": ["<rootDir>/jest-setup.js"]
}
}

0 comments on commit ec40a19

Please sign in to comment.