Skip to content

Commit

Permalink
test: setup
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n committed Aug 2, 2022
1 parent f1cbe4c commit 1a4b3d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unit/setup.js
Expand Up @@ -24,6 +24,8 @@ function setUpDomEnvironment() {

global.window = window
global.document = window.document
global.TextEncoder = window.TextEncoder
global.TextDecoder = window.TextDecoder
global.navigator = {
userAgent: "node.js",
}
Expand Down

0 comments on commit 1a4b3d8

Please sign in to comment.