Commit 3d199a21 authored by Vitaly Slobodin's avatar Vitaly Slobodin Committed by Lukas Eipert

Fix generating junit report

parent eaf0bc67
......@@ -12,7 +12,7 @@ module.exports = path => {
reporters.push([
'jest-junit',
{
output: './junit_jest.xml',
outputName: './junit_jest.xml',
},
]);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment