Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-10-05 06:11:53 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-10-05 06:11:53 +0300
commitb892ac7767d111a4762161fecf826f7030d30689 (patch)
tree6fcbbadc3e4af092640c171888e1d7231ca67ca7 /jest.config.base.js
parent33a1d1835f5fc146acf0cdda402b5a327ae0d52f (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'jest.config.base.js')
-rw-r--r--jest.config.base.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jest.config.base.js b/jest.config.base.js
index e0d5afbdbc9..7cf1136a073 100644
--- a/jest.config.base.js
+++ b/jest.config.base.js
@@ -112,6 +112,7 @@ module.exports = (path, options = {}) => {
cacheDirectory: '<rootDir>/tmp/cache/jest',
modulePathIgnorePatterns: ['<rootDir>/.yarn-cache/'],
reporters,
+ resolver: './jest_resolver.js',
setupFilesAfterEnv: [`<rootDir>/${path}/test_setup.js`, 'jest-canvas-mock'],
restoreMocks: true,
transform: {