We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 287abf8 commit 55aca97Copy full SHA for 55aca97
test/functional.js
@@ -2927,10 +2927,10 @@ module.exports = {
2927
testSetup.runWebpack(config, (webpackAssert) => {
2928
expect(config.outputPath).to.be.a.directory()
2929
.with.files([
2930
- 'manifest.json',
2931
- 'entrypoints.json',
2932
- 'main.js'
2933
- ]);
+ 'manifest.json',
+ 'entrypoints.json',
+ 'main.js'
+ ]);
2934
2935
webpackAssert.assertOutputFileContains(
2936
'main.js',
0 commit comments