Skip to content

Commit

Permalink
refactor: migrate off paragon modal derpecation
Browse files Browse the repository at this point in the history
  • Loading branch information
mashal-m authored and arbrandes committed Nov 30, 2022
1 parent 9b24369 commit 79679c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/GradesView/EditModal/test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ import {
EditModal,
mapDispatchToProps,
mapStateToProps,
} from '.';
}
from '.';

jest.mock('./OverrideTable', () => 'OverrideTable');
jest.mock('./ModalHeaders', () => 'ModalHeaders');
jest.mock('data/actions', () => ({
Expand Down

0 comments on commit 79679c2

Please sign in to comment.