Jest: remove unneeded moduleNameMapper for uuid
This commit is contained in:
parent
5297d8dde3
commit
31ba2409be
1 changed files with 0 additions and 4 deletions
|
@ -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': [
|
||||
|
|
Loading…
Reference in a new issue