Skip to content

Commit cbf478f

Browse files
committed
fixing lint
1 parent 097592f commit cbf478f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers/setup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function runWebpack(webpackConfig, callback, allowCompilationError = false) {
9797

9898
// Restore stdout and then call the callback
9999
process.stdout.write = stdoutWrite;
100-
callback(assertUtil(webpackConfig), stats, stdOutContents.join("\n"));
100+
callback(assertUtil(webpackConfig), stats, stdOutContents.join('\n'));
101101
});
102102
} catch (e) {
103103
// Restore stdout and then re-throw the exception

0 commit comments

Comments
 (0)