Jest: remove unneeded moduleNameMapper for uuid

This commit is contained in:
Alex Gleason
2023-01-05 15:49:11 -06:00
parent 5297d8dde3
commit 31ba2409be

View File

@ -32,10 +32,6 @@ module.exports = {
'<rootDir>/node_modules',
'<rootDir>/app',
],
'moduleNameMapper': {
// https://github.com/uuidjs/uuid/pull/616#issuecomment-1111012599
'^uuid$': require.resolve('uuid'),
},
'testMatch': ['**/*/__tests__/**/?(*.|*-)+(test).(ts|js)?(x)'],
'testEnvironment': 'jsdom',
'transformIgnorePatterns': [