aboutsummaryrefslogtreecommitdiffstats
path: root/jest.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/jest.config.js b/jest.config.js
index 127d90b..daadd49 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -11,5 +11,6 @@ module.exports = {
],
collectCoverage: true,
coverageProvider: "v8",
- setupFilesAfterEnv: ["./src/setupTests.ts"]
+ setupFilesAfterEnv: ["./src/setupTests.ts"],
+ testEnvironment: "jest-environment-jsdom"
}