Skip to content

Commit

Permalink
[test][useMediaQuery] Change SSR test description (#37403)
Browse files Browse the repository at this point in the history
Signed-off-by: VelociRaptor <[email protected]>
Co-authored-by: Zeeshan Tamboli <[email protected]>
  • Loading branch information
zignis and ZeeshanTamboli committed May 26, 2023
1 parent 33f879b commit de97993
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ describe('useMediaQuery', () => {
});

describe('server-side', () => {
it('should use the ssr match media ponyfill', () => {
it('should use the SSR match media implementation', () => {
function MyComponent() {
const matches = useMediaQuery('(min-width:2000px)');

Expand Down

0 comments on commit de97993

Please sign in to comment.