summaryrefslogtreecommitdiffstats
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 6937a52fc1..c94113d6f4 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -1,6 +1,6 @@
export default {
rootDir: 'web_src',
- setupFilesAfterEnv: ['jest-extended'],
+ setupFilesAfterEnv: ['jest-extended/all'],
testEnvironment: 'jsdom',
testMatch: ['<rootDir>/**/*.test.js'],
testTimeout: 20000,