diff options
author | 2022-06-18 03:42:59 +0400 | |
---|---|---|
committer | 2022-06-18 14:57:42 +0400 | |
commit | 66cb23629b952de8e1a78f02316d5e201efa57df (patch) | |
tree | 9ab91d6624303f48f8bd920fc59a32d4f03d76f2 /jest.config.js | |
parent | Remove jest-environment-jsdom-fourteen (diff) |
Bump Jest To 28.1.1
Bump jest and related dependencies, and account for breaking changes.
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'jest.config.js')
-rw-r--r-- | jest.config.js | 3 |
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" } |