Skip to content

Commit 55aca97

Browse files
author
Patrick Taddey
committed
try to fix the linter errors
1 parent 287abf8 commit 55aca97

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/functional.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2927,10 +2927,10 @@ module.exports = {
29272927
testSetup.runWebpack(config, (webpackAssert) => {
29282928
expect(config.outputPath).to.be.a.directory()
29292929
.with.files([
2930-
'manifest.json',
2931-
'entrypoints.json',
2932-
'main.js'
2933-
]);
2930+
'manifest.json',
2931+
'entrypoints.json',
2932+
'main.js'
2933+
]);
29342934

29352935
webpackAssert.assertOutputFileContains(
29362936
'main.js',

0 commit comments

Comments
 (0)