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 e4339ae commit 145061aCopy full SHA for 145061a
__tests__/test-utils/mock-data/empty-string.js
@@ -0,0 +1 @@
1
+module.exports = ''
package.json
@@ -210,6 +210,7 @@
210
"i18n/(.*)\\.yml$": "<rootDir>__tests__/test-utils/mock-data/empty-yml.js",
211
"modeSettings.yml$": "<rootDir>__tests__/test-utils/mock-data/empty-yml.js",
212
"i18n-loader": "<rootDir>__tests__/test-utils/mock-data/i18n-loader.js",
213
+ "\\.graphql$": "<rootDir>__tests__/test-utils/mock-data/empty-string.js",
214
"\\.(jpg|ico|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>__tests__/test-utils/mock-data/fileMock.js"
215
},
216
"transform": {
0 commit comments