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.
1 parent e13245f commit bd1b987Copy full SHA for bd1b987
jest.config.js
@@ -1,4 +1,5 @@
1
module.exports = {
2
preset: "ts-jest",
3
+ testEnvironment: "jsdom",
4
collectCoverageFrom: ["src/*.(ts|tsx)", "!src/*.d.ts"],
5
};
0 commit comments