diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-11-04 06:09:23 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-11-04 06:09:23 +0000 |
commit | 0250f48d9fc064b902d37e58f09715df0e1dd4e5 (patch) | |
tree | a6a8cfa30b5b949fd6ef0dba497614ef6472b51e /jest.config.base.js | |
parent | 6f286d7717f419489a08a9918621f438256e397b (diff) | |
download | gitlab-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.js | 2 |
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(), |