Skip to content

Commit 33b8be1

Browse files
fix: use jsdom environment
1 parent 8e42c38 commit 33b8be1

File tree

3 files changed

+971
-6
lines changed

3 files changed

+971
-6
lines changed

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const config = {
55
// a simple script that does nothing.
66
"python/(.*.py)": "<rootDir>/python/__mocks__/mock-script.ts",
77
},
8+
testEnvironment: "jsdom",
89
};
910

1011
module.exports = config;

0 commit comments

Comments
 (0)