diff --git a/Code/frontend/jest.config.js b/Code/frontend/jest.config.js index 033fce4c..309e8699 100644 --- a/Code/frontend/jest.config.js +++ b/Code/frontend/jest.config.js @@ -7,4 +7,5 @@ module.exports = { '\\.(jpg|jpeg|png|gif|svg)$': '/__mocks__/fileMock.js', '\\.(css)$': '/__mocks__/fileMock.js', }, + setupFilesAfterEnv: ['/src/setupTests.js'], };