Skip to content

Commit 67574a0

Browse files
committed
test: update test case.
1 parent 6407a5b commit 67574a0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/app/App.test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ describe('App', () => {
88
container = render(<App />).container as HTMLDivElement;
99
});
1010
expect((container as unknown as HTMLDivElement).textContent).toBe('Press any key to get the JavaScript event keycode');
11-
expect(container).toMatchSnapshot();
1211
});
1312
});

0 commit comments

Comments
 (0)