We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c7f692 commit c31fef0Copy full SHA for c31fef0
1 file changed
frontend/app/jest.config.ts
@@ -1,6 +1,6 @@
1
module.exports = {
2
preset: 'jest-expo',
3
- testEnvironment: 'node',
+ testEnvironment: 'jsdom',
4
setupFilesAfterEnv: ['<rootDir>/jest.setup.ts'],
5
moduleNameMapper: {
6
'\\.(png|jpe?g|gif|svg)$': '<rootDir>/__mocks__/fileMock.js',
0 commit comments