diff --git a/jest.config.js b/jest.config.js index 804234ebc..0974fb621 100644 --- a/jest.config.js +++ b/jest.config.js @@ -32,10 +32,6 @@ module.exports = { '/node_modules', '/app', ], - 'moduleNameMapper': { - // https://github.com/uuidjs/uuid/pull/616#issuecomment-1111012599 - '^uuid$': require.resolve('uuid'), - }, 'testMatch': ['**/*/__tests__/**/?(*.|*-)+(test).(ts|js)?(x)'], 'testEnvironment': 'jsdom', 'transformIgnorePatterns': [