Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
Add workaround for jsdom issue
Browse files Browse the repository at this point in the history
  • Loading branch information
christinebrass committed Aug 9, 2018
1 parent 6fe8809 commit 8bce1a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@
"traverse": "0.6.6"
},
"jest": {
"verbose": true,
"notify": true,
"testURL": "http://localhost/",
"roots": [
"packages"
],
Expand Down
1 change: 1 addition & 0 deletions packages/gluestick-generators/src/templates/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ const templatePackage = createTemplate`
"redbox-react": "1.3.3"
},
"jest": {
"testURL": "http://localhost/",
"setupTestFrameworkScriptFile": "./src/__tests__/configureEnzyme.js"
}
}
Expand Down

0 comments on commit 8bce1a3

Please sign in to comment.