test: Deprecate react-unit-test-utils 15/15 (#680)

This commit is contained in:
Diana Villalvazo
2025-07-02 10:23:55 -06:00
committed by GitHub
parent 517b8424b3
commit 6de409d7cc
47 changed files with 1 additions and 183 deletions

View File

@@ -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>));