diff --git a/frontend/jest.config.js b/frontend/jest.config.js deleted file mode 100644 index 802135f..0000000 --- a/frontend/jest.config.js +++ /dev/null @@ -1,7 +0,0 @@ -// jest.config.js -module.exports = { - testMatch: ['**/*.test.js'], - transformIgnorePatterns: ['node_modules/(?!axios)/'], - moduleFileExtensions: ['js', 'jsx'], - testEnvironment: 'jsdom', -};