Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Testing: Add dummy testURL for Jest config
Avoids issues with localStorage in JSDOM 11.12

Can be removed when running Jest 23.5.0 or newer

See: jestjs/jest#6766
See: jestjs/jest#6792
  • Loading branch information
aduth committed Sep 13, 2018
commit 02abe3fcb3b502590b52268274940525fbe28c0c
1 change: 1 addition & 0 deletions test/unit/jest.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"setupFiles": [
"core-js/fn/symbol/async-iterator"
],
"testURL": "http://localhost",
"testPathIgnorePatterns": [
"/node_modules/",
"/test/e2e",
Expand Down