diff --git a/jest.config.js b/jest.config.js index 4fe8598..9eb74e8 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,4 +1,4 @@ module.exports = { preset: "ts-jest", - testEnvironment: "jsdom" + testEnvironment: "jsdom", };