aboutsummaryrefslogtreecommitdiff
path: root/jest.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jest.config.js b/jest.config.js
index ffc58e1d..cc8d038e 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -9,4 +9,4 @@ module.exports = {
},
testEnvironment: 'jsdom',
setupFilesAfterEnv: ['<rootDir>/setupTests.js']
-};
+}