Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 742acbf

Browse files
committedOct 23, 2023
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

Lines changed: 1 addition & 0 deletions
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)
Please sign in to comment.