Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2022-11-28 12:10:10 +00:00
parent 97b93f6d05
commit 22fd199237
154 changed files with 901 additions and 1255 deletions

View File

@ -1,11 +0,0 @@
const baseConfig = require('./jest.config.base');
module.exports = () => {
return {
testMatch: baseConfig('spec/contracts/consumer').testMatch,
transform: {
'^.+\\.js$': 'babel-jest',
},
testEnvironment: baseConfig.testEnvironment,
};
};