Skip to content

Commit c31fef0

Browse files
committed
fix/tests
1 parent 6c7f692 commit c31fef0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/app/jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
preset: 'jest-expo',
3-
testEnvironment: 'node',
3+
testEnvironment: 'jsdom',
44
setupFilesAfterEnv: ['<rootDir>/jest.setup.ts'],
55
moduleNameMapper: {
66
'\\.(png|jpe?g|gif|svg)$': '<rootDir>/__mocks__/fileMock.js',

0 commit comments

Comments
 (0)