Skip to content

Commit

Permalink
test: Fixes act errors in AlteredSliceTag test
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina committed Sep 8, 2022
1 parent 0601b2d commit b0fd668
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ import {
fakePluginControls,
} from './AlteredSliceTagMocks';

jest.mock('src/components/Icons/Icon', () => () => <span />);

const getTableWrapperFromModalBody = modalBody =>
modalBody.find(TableView).find(TableCollection);

Expand Down

0 comments on commit b0fd668

Please sign in to comment.