We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0059d31 commit 6fb1329Copy full SHA for 6fb1329
config/jest/config.js
@@ -20,6 +20,7 @@ module.exports = {
20
'.+\\.(css|styl|less|sass|scss)$': 'identity-obj-proxy',
21
'.+\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$':
22
'<rootDir>/tests/__mocks__/file-mock.js',
23
+ '^gatsby-page-utils/(.*)$': `gatsby-page-utils/dist/$1`, // Workaround for https://github.com/facebook/jest/issues/9771
24
},
25
26
// An array of regexp pattern strings that are matched against all test paths before executing the test
0 commit comments