We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8471535 commit 73161e6Copy full SHA for 73161e6
webapp/package.json
@@ -91,7 +91,7 @@
91
},
92
"jest": {
93
"snapshotSerializers": [
94
- "<rootDir>/node_modules/enzyme-to-json/serializer"
+ "<rootDir>/node_modules/enzyme-to-json/serializer.js"
95
],
96
"testPathIgnorePatterns": [
97
"/node_modules/",
@@ -105,6 +105,9 @@
105
"lcov",
106
"text-summary"
107
108
+ "transform": {
109
+ "^.+\\.[t|j]sx?$": "babel-jest"
110
+ },
111
"moduleNameMapper": {
112
"^@/(.*)$": "<rootDir>/src/$1",
113
"^.+\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "identity-obj-proxy",
0 commit comments