Skip to content

Commit 61c9105

Browse files
committed
enable console.group
1 parent 0f721e3 commit 61c9105

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/test.js

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ import * as path from 'path';
55
import * as fs from 'fs';
66
import jsdom from 'jsdom';
77

8+
import consoleGroup from 'console-group';
9+
consoleGroup.install();
10+
811
const cache = {};
912

1013
require.extensions[ '.html' ] = function ( module, filename ) {

0 commit comments

Comments
 (0)