diff --git a/frontend/jest.config.js b/frontend/jest.config.js index c213407..73948c2 100644 --- a/frontend/jest.config.js +++ b/frontend/jest.config.js @@ -24,7 +24,7 @@ const customJestConfig = { moduleNameMapper: { "^uuid$": require.resolve("uuid"), "^@fontsource/roboto$": "identity-obj-proxy", - "\\.(png)$": "identity-obj-proxy", + "\\.(png|css)$": "identity-obj-proxy", }, testPathIgnorePatterns: ["/cypress/"], };