Skip to content
This repository has been archived by the owner on Oct 15, 2021. It is now read-only.

Commit

Permalink
fix: Resolve error running tests on Node 6
Browse files Browse the repository at this point in the history
This error was caused by a minor Jest update.
See jsdom/jsdom#2304
  • Loading branch information
mischah committed Feb 8, 2019
1 parent f8b022a commit 16b9114
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
"webpack-dev-server": "^3.1.1"
},
"jest": {
"testURL": "http://localhost",
"testPathIgnorePatterns": [
"<rootDir>/build/",
"<rootDir>/node_modules/"
Expand Down

0 comments on commit 16b9114

Please sign in to comment.