Skip to content

Commit

Permalink
add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
viet nguyen committed Sep 22, 2023
1 parent 3242611 commit 8b0d0e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/js/setupTests.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import * as ResizeObserverModule from 'resize-observer-polyfill'
import '@testing-library/jest-dom'

(global as any).ResizeObserver = ResizeObserverModule.default

0 comments on commit 8b0d0e8

Please sign in to comment.