summaryrefslogtreecommitdiff
path: root/jest.config.base.js
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-12-15 06:07:50 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-12-15 06:07:50 +0000
commit3c5195204b69df0bc69a0c98c7d61d258dc39866 (patch)
tree10af5c42e5ff538069565954476925709d94b679 /jest.config.base.js
parentc40b7517717b0d23893a92527819fd05c2531b93 (diff)
downloadgitlab-ce-3c5195204b69df0bc69a0c98c7d61d258dc39866.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 de9bff774e1..05967b51b88 100644
--- a/jest.config.base.js
+++ b/jest.config.base.js
@@ -26,7 +26,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}`);