Skip to content

Commit

Permalink
Revert "jest: use setupFilesAfterEnv instead of `setupTestFramework…
Browse files Browse the repository at this point in the history
…ScriptFile`"

This reverts commit be6fbce.
  • Loading branch information
cezaraugusto committed Feb 21, 2019
1 parent 130542f commit 58a4f5e
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
"transformIgnorePatterns": [
"<rootDir>/node_modules"
],
"setupFilesAfterEnv": [
"./setupApp.ts"
],
"setupTestFrameworkScriptFile": "./setupApp.ts",
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|svg|ttf|woff|woff2)$": "<rootDir>/fileMock.ts",
"\\.(css|less)$": "identity-obj-proxy"
Expand Down

0 comments on commit 58a4f5e

Please sign in to comment.