提交 375bb990 编写于 作者: J Johannes Rieken

test-electron: print test failure to window console too

上级 8a345061
......@@ -104,6 +104,8 @@ function runTests(opts) {
title: test.fullTitle(),
stack: test.err.stack
});
console.error(test.fullTitle());
console.error(test.err.stack);
});
runner.on('pass', function () {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册