Skip to content

Commit

Permalink
Update jest configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhefner committed Aug 12, 2019
1 parent 799267e commit 39bc9b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@
"setupFiles": [
"<rootDir>/tools/jest-setup.js"
],
"setupTestFrameworkScriptFile": "./node_modules/jest-enzyme/lib/index.js",
"setupFilesAfterEnv": [
"./node_modules/jest-enzyme/lib/index.js"
],
"testURL": "http://localhost"
}
}

0 comments on commit 39bc9b0

Please sign in to comment.