Skip to content

Commit

Permalink
Fix jest tests for CSS.supports
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Oct 23, 2023
1 parent a91d883 commit 742acbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest-setup.js
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
import '@testing-library/jest-dom/jest-globals'
global.CSS = {supports: () => false}

0 comments on commit 742acbf

Please sign in to comment.