From 31ba2409bee6ca9df5b26acf49873b1868d14331 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 5 Jan 2023 15:49:11 -0600 Subject: [PATCH] Jest: remove unneeded moduleNameMapper for uuid --- jest.config.js | 4 ---- 1 file changed, 4 deletions(-) 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': [