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 68e077a commit 735812eCopy full SHA for 735812e
packages/gatsby/jest.config.js
@@ -3,5 +3,5 @@ const baseConfig = require('../../jest/jest.config.js');
3
module.exports = {
4
...baseConfig,
5
setupFiles: ['<rootDir>/test/setEnvVars.ts'],
6
- testEnvironment: 'jsdom',
+ testEnvironment: '../browser/jest.env.js',
7
};
0 commit comments