summaryrefslogtreecommitdiff
path: root/jest.config.base.js
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-11-25 12:07:31 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-25 12:07:31 +0000
commit89474d2468f108c909e440efcbe2ce9f7090d19a (patch)
treea8ae7833900e43320347b23b410ced5103953cbf /jest.config.base.js
parentf15cf65c53f00e5d3a8bad666a95c076c0e4e262 (diff)
downloadgitlab-ce-89474d2468f108c909e440efcbe2ce9f7090d19a.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'jest.config.base.js')
-rw-r--r--jest.config.base.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jest.config.base.js b/jest.config.base.js
index 30e11122f81..c092f83d3a6 100644
--- a/jest.config.base.js
+++ b/jest.config.base.js
@@ -25,7 +25,7 @@ module.exports = (path, options = {}) => {
]);
}
- const glob = `${path}/**/*_spec.js`;
+ const glob = `${path}/**/*@([._])spec.js`;
let testMatch = [`<rootDir>/${glob}`];
if (IS_EE) {
testMatch.push(`<rootDir>/ee/${glob}`);