summaryrefslogtreecommitdiff
path: root/jest.config.base.js
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-11-04 06:09:23 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-04 06:09:23 +0000
commit0250f48d9fc064b902d37e58f09715df0e1dd4e5 (patch)
treea6a8cfa30b5b949fd6ef0dba497614ef6472b51e /jest.config.base.js
parent6f286d7717f419489a08a9918621f438256e397b (diff)
downloadgitlab-ce-0250f48d9fc064b902d37e58f09715df0e1dd4e5.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 a4e41ab2eca..30e11122f81 100644
--- a/jest.config.base.js
+++ b/jest.config.base.js
@@ -159,7 +159,7 @@ module.exports = (path, options = {}) => {
return {
clearMocks: true,
testMatch,
- moduleFileExtensions: ['js', 'json', 'vue', 'gql', 'graphql', 'yaml'],
+ moduleFileExtensions: ['js', 'json', 'vue', 'gql', 'graphql', 'yaml', 'yml'],
moduleNameMapper,
collectCoverageFrom,
coverageDirectory: coverageDirectory(),