paulirish / matchMedia.js

matchMedia polyfill for testing media queries in JS
MIT License
2.37k stars 291 forks source link

Handle no script tags in document #76

Closed tanem closed 7 years ago

tanem commented 7 years ago

This allows us to use the polyfill when testing with Jest, which uses jsdom under the hood.

paulirish commented 7 years ago

wfm