Make jest testing work with custom path and css modules

This commit is contained in:
Chi Vinh Le
2018-07-04 19:02:03 -03:00
parent bdd4702a8f
commit ea6eaee0d7
4 changed files with 226 additions and 107 deletions
+3 -1
View File
@@ -73,6 +73,7 @@
"@types/query-string": "^6.1.0",
"@types/react-dom": "^16.0.6",
"@types/react-relay": "github:coralproject/patched#types/react-relay",
"@types/react-test-renderer": "^16.0.1",
"@types/recompose": "^0.26.1",
"@types/relay-runtime": "github:coralproject/patched#types/relay-runtime",
"@types/uuid": "^3.4.3",
@@ -100,7 +101,7 @@
"fluent-react": "^0.7.0",
"graphql-playground-middleware-express": "^1.7.0",
"html-webpack-plugin": "^3.2.0",
"jest": "^23.2.0",
"jest": "^23.3.0",
"loader-utils": "^1.1.0",
"npm-run-all": "^4.1.3",
"postcss-flexbugs-fixes": "^3.3.1",
@@ -115,6 +116,7 @@
"react-dom": "^16.4.0",
"react-final-form": "^3.6.0",
"react-relay": "github:coralproject/patched#react-relay",
"react-test-renderer": "^16.4.1",
"recompose": "^0.27.1",
"relay-compiler": "github:coralproject/patched#relay-compiler",
"relay-compiler-language-typescript": "github:coralproject/patched#relay-compiler-language-typescript",