Skip to content

Commit

Permalink
chore: remove mock of paragon
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV committed May 10, 2024
1 parent e909587 commit e76429c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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$': '<rootDir>/mockParagon.js',
'^@openedx/paragon/(.*)$': '<rootDir>/mockParagon.js',
},
testTimeout: 120000,
testEnvironment: 'jsdom',
});

0 comments on commit e76429c

Please sign in to comment.