Skip to content

Commit ffe3e01

Browse files
chore: jest setup
1 parent e1bee79 commit ffe3e01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/setupJest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
if (typeof globalThis.CSS === 'undefined') {
1+
if (globalThis.CSS === undefined) {
22
globalThis.CSS = { supports: () => false }
33
} else if (typeof globalThis.CSS.supports !== 'function') {
44
globalThis.CSS.supports = () => false

0 commit comments

Comments
 (0)