Skip to content

Commit

Permalink
not print big boi
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalIcing committed Nov 21, 2023
1 parent 856e6ac commit 6f29a20
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/media-query.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -618,4 +618,10 @@ test('matchMedia()', () => {
'only screen and (min-width: 480px) and (orientation: landscape) and (any-hover: hover)'
).matches
).toBe(true);
expect(
matchMedia(
screenSized(480, 100, 'touchscreen', 'mouse'),
'not print and (min-width: 480px) and (orientation: landscape) and (any-hover: hover)'
).matches
).toBe(true);
});

0 comments on commit 6f29a20

Please sign in to comment.