Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jun 1, 2024
1 parent ba37084 commit 368d3b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ let window = new Window()

global.window = window
global.document = window.document
global.navigator = window.navigator
if (!global.navigator) {
global.navigator = window.navigator
}

0 comments on commit 368d3b1

Please sign in to comment.