Skip to content

Commit bbd09df

Browse files
committed
update test
1 parent 98317ce commit bbd09df

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/plugins/shared_ux/public/components/toolbar/buttons/icon_button_group/icon_button_group.test.tsx

-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ describe('<IconButtonGroup />', () => {
2323
enzymeMount(<ServicesProvider {...services}>{element}</ServicesProvider>);
2424
});
2525

26-
afterEach(() => {
27-
jest.resetAllMocks();
28-
});
29-
3026
test('is rendered', () => {
3127
const component = mount(
3228
<IconButtonGroup

0 commit comments

Comments
 (0)