Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2020-07-07 15:08:49 +00:00
parent 0254867cf0
commit a93bf027c2
130 changed files with 725 additions and 1013 deletions

View File

@ -82,7 +82,9 @@ module.exports = path => {
'^.+\\.js$': 'babel-jest',
'^.+\\.vue$': 'vue-jest',
},
transformIgnorePatterns: ['node_modules/(?!(@gitlab/ui|bootstrap-vue|three|monaco-editor)/)'],
transformIgnorePatterns: [
'node_modules/(?!(@gitlab/ui|bootstrap-vue|three|monaco-editor|monaco-yaml)/)',
],
timers: 'fake',
testEnvironment: '<rootDir>/spec/frontend/environment.js',
testEnvironmentOptions: {