From fcd894494c22f9f05d24729a76158e8d292c25af Mon Sep 17 00:00:00 2001 From: DylanPiercey Date: Fri, 19 Aug 2022 21:22:40 +0000 Subject: [PATCH] [ci] format --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", };