Skip to content
代码片段 群组 项目
未验证 提交 3d199a21 编辑于 作者: Vitaly Slobodin's avatar Vitaly Slobodin 提交者: Lukas Eipert
浏览文件

Fix generating junit report

上级 eaf0bc67
No related branches found
No related tags found
无相关合并请求
...@@ -12,7 +12,7 @@ module.exports = path => { ...@@ -12,7 +12,7 @@ module.exports = path => {
reporters.push([ reporters.push([
'jest-junit', 'jest-junit',
{ {
output: './junit_jest.xml', outputName: './junit_jest.xml',
}, },
]); ]);
} }
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册