Skip to content

Commit

Permalink
test: update test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 19, 2023
1 parent 6407a5b commit 67574a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/App.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ describe('App', () => {
container = render(<App />).container as HTMLDivElement;
});
expect((container as unknown as HTMLDivElement).textContent).toBe('Press any key to get the JavaScript event keycode');
expect(container).toMatchSnapshot();
});
});

0 comments on commit 67574a0

Please sign in to comment.