Skip to content

Commit c07f9a0

Browse files
committed
Update README
1 parent 228e6c1 commit c07f9a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ it('shows the right lines on desktop and mobile', () => {
4343
).toBeInTheDocument();
4444

4545
expect(
46-
screen.queryByText('Content visible only on small screens')
46+
screen.queryByText('Content visible only on large screens')
4747
).not.toBeInTheDocument();
4848

4949
act(() => {
@@ -55,7 +55,7 @@ it('shows the right lines on desktop and mobile', () => {
5555
).not.toBeInTheDocument();
5656

5757
expect(
58-
screen.getByText('Content visible only on small screens')
58+
screen.getByText('Content visible only on large screens')
5959
).toBeInTheDocument();
6060

6161
viewport.cleanup();

0 commit comments

Comments
 (0)