summaryrefslogtreecommitdiff
path: root/jest.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jest.config.js b/jest.config.js
index 0a7b2aedb42..8e4f207af64 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -24,4 +24,5 @@ module.exports = {
cacheDirectory: '<rootDir>/tmp/cache/jest',
modulePathIgnorePatterns: ['<rootDir>/.yarn-cache/'],
reporters,
+ setupTestFrameworkScriptFile: '<rootDir>/spec/frontend/test_setup.js',
};