Skip to content

Commit

Permalink
Update jest.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nishadtardalkar authored Nov 13, 2024
1 parent 7371da9 commit 7880fc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Code/frontend/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ module.exports = {
'\\.(jpg|jpeg|png|gif|svg)$': '<rootDir>/__mocks__/fileMock.js',
'\\.(css)$': '<rootDir>/__mocks__/fileMock.js',
},
setupFilesAfterEnv: ['<rootDir>/src/setupTests.js'],
};

0 comments on commit 7880fc4

Please sign in to comment.