Skip to content

Commit 9f4c0dc

Browse files
committed
1 parent 9069bdc commit 9f4c0dc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

test/electron/renderer.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ const glob = require('glob');
1212
const minimatch = require('minimatch');
1313
const istanbul = require('istanbul');
1414
const i_remap = require('remap-istanbul/lib/remap');
15+
const util = require('util');
16+
17+
if (util.inspect && util.inspect['defaultOptions']) {
18+
util.inspect['defaultOptions'].customInspect = false;
19+
}
1520

1621
let _tests_glob = '**/test/**/*.test.js';
1722
let loader;

0 commit comments

Comments
 (0)