mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-12 19:14:08 +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)"
|
"<rootDir>/src/**/?(*.)(spec|test).js?(x)"
|
||||||
],
|
],
|
||||||
"testEnvironment": "node",
|
"testEnvironment": "node",
|
||||||
"testURL": "https://safe-react",
|
"testURL": "http://localhost:8000",
|
||||||
"transform": {
|
"transform": {
|
||||||
"^.+\\.(js|jsx)$": "<rootDir>/node_modules/babel-jest",
|
"^.+\\.(js|jsx)$": "<rootDir>/node_modules/babel-jest",
|
||||||
"^.+\\.(css|scss)$": "<rootDir>/config/jest/cssTransform.js",
|
"^.+\\.(css|scss)$": "<rootDir>/config/jest/cssTransform.js",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user