Skip to content

Commit 742acbf

Browse files
committed
Fix jest tests for CSS.supports
1 parent a91d883 commit 742acbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest-setup.js

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
import '@testing-library/jest-dom/jest-globals'
2+
global.CSS = {supports: () => false}

0 commit comments

Comments
 (0)