Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2020-10-07 21:08:21 +00:00
parent 1850d48925
commit a87ae2e97e
52 changed files with 1745 additions and 1428 deletions

View File

@ -12,7 +12,7 @@ module.exports = path => {
reporters.push([
'jest-junit',
{
output: './junit_jest.xml',
outputName: './junit_jest.xml',
},
]);
}