Skip to content

Commit fa7251f

Browse files
committed
chore: set test environment as jsdom
1 parent 7848c58 commit fa7251f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/util-body-length-browser/jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ const base = require("../../jest.config.base.js");
22

33
module.exports = {
44
...base,
5+
testEnvironment: "jsdom",
56
};

0 commit comments

Comments
 (0)