We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f721e3 commit 61c9105Copy full SHA for 61c9105
test/test.js
@@ -5,6 +5,9 @@ import * as path from 'path';
5
import * as fs from 'fs';
6
import jsdom from 'jsdom';
7
8
+import consoleGroup from 'console-group';
9
+consoleGroup.install();
10
+
11
const cache = {};
12
13
require.extensions[ '.html' ] = function ( module, filename ) {
0 commit comments