test: Deprecate react-unit-test-utils 15/15 (#680)
This commit is contained in:
@@ -16,10 +16,6 @@ const props = {
|
||||
},
|
||||
};
|
||||
|
||||
jest.unmock('@openedx/paragon');
|
||||
jest.unmock('@edx/frontend-platform/i18n');
|
||||
jest.unmock('react');
|
||||
|
||||
describe('RelatedProgramsModal ProgramCard', () => {
|
||||
describe('renders', () => {
|
||||
beforeEach(() => render(<IntlProvider locale="en"><ProgramCard {...props} /></IntlProvider>));
|
||||
|
||||
Reference in New Issue
Block a user