Skip to content

Commit 30989ce

Browse files
committed
clean console.log
1 parent fb6df90 commit 30989ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/__tests__/SwitchApp.test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ describe('Unit testing for SwitchApp.jsx', () => {
4040
beforeEach(() => {
4141
wrapper.find('.tab-select-container').simulate('change', {});
4242
});
43-
// console.log('dispatch mock calls', dispatch.mock.calls);
4443
it('SwitchApp component returns <Select /> from react-select library', () => {
4544
expect(wrapper.find('.tab-select-container').type()).toEqual(Select);
4645
expect(wrapper.find('.tab-select-container').props().className).toBe('tab-select-container');

0 commit comments

Comments
 (0)