Skip to content

Commit

Permalink
fix jest SecurityError: localStorage is not available
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Aug 3, 2018
1 parent a7d5443 commit bf71437
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MyApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
],
"testMatch": [
"**/tests/unit/**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)"
]
],
"testURL": "http://localhost:5000/"
}
}

0 comments on commit bf71437

Please sign in to comment.