Skip to content

Commit 6524a7d

Browse files
committed
Update test
1 parent 9a57e39 commit 6524a7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/workbox-webpack-plugin/node/v5/inject-manifest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ describe(`[workbox-webpack-plugin] InjectManifest with webpack v5`, function ()
825825
webpackBuildCheck(webpackError, stats);
826826

827827
const files = await globby('**', {cwd: outputDir});
828-
expect(files).to.have.length(4);
828+
expect(files).to.have.length(3);
829829

830830
await validateServiceWorkerRuntime({
831831
swFile,

0 commit comments

Comments
 (0)