Skip to content

Commit 375bb99

Browse files
committed
test-electron: print test failure to window console too
1 parent 8a34506 commit 375bb99

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/electron/renderer.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ function runTests(opts) {
104104
title: test.fullTitle(),
105105
stack: test.err.stack
106106
});
107+
console.error(test.fullTitle());
108+
console.error(test.err.stack);
107109
});
108110

109111
runner.on('pass', function () {

0 commit comments

Comments
 (0)