Skip to content

Commit

Permalink
Revert preview test about window size
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Sep 27, 2024
1 parent 36c95af commit d98d27e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ describe('Preview', () => {
width: window.innerWidth,
}))

expect(height).toBe(600)
expect(width).toBe(400)
expect(height).toBeLessThanOrEqual(600)
expect(width).toBeLessThanOrEqual(400)
})
})

Expand Down

0 comments on commit d98d27e

Please sign in to comment.