Skip to content

Commit b7ba86c

Browse files
authored
chore: update jest (#21)
1 parent 30a2daa commit b7ba86c

File tree

3 files changed

+2533
-5809
lines changed

3 files changed

+2533
-5809
lines changed

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ module.exports = {
22
// Automatically clear mock calls and instances between every test
33
clearMocks: true,
44
roots: ["<rootDir>/src/"],
5+
testEnvironment: "jsdom",
56
watchPlugins: [
67
"jest-watch-typeahead/filename",
78
"jest-watch-typeahead/testname",

0 commit comments

Comments
 (0)