mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-12 11:04:07 +00:00
Avoid CORS problem running docker project
This commit is contained in:
parent
842398ef57
commit
0212bcb162
@ -128,7 +128,7 @@
|
||||
"<rootDir>/src/**/?(*.)(spec|test).js?(x)"
|
||||
],
|
||||
"testEnvironment": "node",
|
||||
"testURL": "https://safe-react",
|
||||
"testURL": "http://localhost:8000",
|
||||
"transform": {
|
||||
"^.+\\.(js|jsx)$": "<rootDir>/node_modules/babel-jest",
|
||||
"^.+\\.(css|scss)$": "<rootDir>/config/jest/cssTransform.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user