diff options
author | Winnie Hellmann <winnie@gitlab.com> | 2018-09-06 19:36:04 +0200 |
---|---|---|
committer | Winnie Hellmann <winnie@gitlab.com> | 2018-12-11 13:06:19 +0100 |
commit | fac4d54f3d4a7ce2e992c490c9a1164ae4ff17ac (patch) | |
tree | 3c1b3d7d4541af2cdd28f0564827fa72e833af12 /jest.config.js | |
parent | ca3603de56445862b47cbc9b8eec50cbf82d71c3 (diff) | |
download | gitlab-ce-fac4d54f3d4a7ce2e992c490c9a1164ae4ff17ac.tar.gz |
Fail long running tests
Diffstat (limited to 'jest.config.js')
-rw-r--r-- | jest.config.js | 1 |
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', }; |