codeforpdx / PASS

PASS project - with HMIS module integration
MIT License
24 stars 24 forks source link

Simplify resize tests #574

Closed timbot1789 closed 5 months ago

timbot1789 commented 5 months ago

This PR removes a lot of unnecessary code around resizing, and some now unneeded test cases.

In general, I think we should be able to mock useMediaQuery instead of modifying the window object in future tests.