We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
jsdom
1 parent a5a4644 commit f9a7b75Copy full SHA for f9a7b75
jest.config.js
@@ -1,4 +1,5 @@
1
module.exports = {
2
preset: "ts-jest",
3
+ testEnvironment: "jsdom",
4
collectCoverageFrom: ["src/*.(ts|tsx)", "!src/index.ts", "!src/*.d.ts"],
5
};
0 commit comments