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…
Reference in New Issue