UNPKG
mock-match-media
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-alpha.5
1.0.0-alpha.4
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
1.0.0-alpha.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.3.0-beta.3
0.3.0-beta.2
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.0
mock window.matchMedia for tests or node
github.com/Ayc0/mock-match-media
mock-match-media
/
jest-setup.cjs
12 lines
(9 loc)
•
210 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
const
{ cleanup } =
require
(
"./"
);
require
(
"./polyfill"
);
if
(
typeof
process ===
"undefined"
) {
if
(
typeof
afterEach ===
"function"
) {
afterEach
(
() =>
{
cleanup
(); }); } }