From fefdddeecdda5841eb1a823324588025f23ec8a8 Mon Sep 17 00:00:00 2001 From: Bryann Valderrama Date: Wed, 28 Feb 2024 15:23:49 -0500 Subject: [PATCH] chore: remove mock of paragon --- jest.config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/jest.config.js b/jest.config.js index 5ab8d03aa..cd4769092 100644 --- a/jest.config.js +++ b/jest.config.js @@ -16,10 +16,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', });