Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Feb 3, 2022
1 parent a77a14c commit de64518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webpack/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ it('uses webpack to make bundle', async () => {
webpackOutput: config.checks[0].webpackOutput,
webpackConfig: config.checks[0].webpackConfig,
bundles: [join(config.checks[0].webpackOutput, 'index.js')],
size: 2187
size: 2188
}
]
})
Expand Down

0 comments on commit de64518

Please sign in to comment.