diff --git a/jest.config.js b/jest.config.js index f18f3788..2cfe0b7d 100644 --- a/jest.config.js +++ b/jest.config.js @@ -13,10 +13,6 @@ module.exports = createConfig('jest', { 'src/data/services/lms/fakeData', // don't unit test mock data 'src/test', // don't unit test integration test utils ], - moduleNameMapper: { - '^@openedx/paragon$': '/mockParagon.js', - '^@openedx/paragon/(.*)$': '/mockParagon.js', - }, testTimeout: 120000, testEnvironment: 'jsdom', });