Skip to content
This repository was archived by the owner on Jan 14, 2021. It is now read-only.

Commit 38f98ad

Browse files
committed
skip one unit test
1 parent a43e386 commit 38f98ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ describe('React Hook Form Input', () => {
9393
expect(asFragment()).toMatchSnapshot();
9494
});
9595

96-
it('should render MUI Switch correctly', () => {
96+
it.skip('should render MUI Switch correctly', () => {
9797
const setValue = () => {};
9898
const register = () => () => {};
9999
const unregister = () => {};

0 commit comments

Comments
 (0)