Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Mar 26, 2023
1 parent 6a4505e commit 1823060
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1,340 deletions.
1,337 changes: 0 additions & 1,337 deletions out/report.html

This file was deleted.

1 change: 0 additions & 1 deletion out/stats.json

This file was deleted.

1 change: 0 additions & 1 deletion out/superProject.js

This file was deleted.

2 changes: 1 addition & 1 deletion packages/webpack-why/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ it('supports --why', async () => {

let reportFile = join(config.checks[0].webpackOutput, 'report.html')
let reportHTML = await readFile(reportFile)
expect(reportHTML.toString()).toContain('superProject')
expect(reportHTML.toString()).toContain('<body>')
} finally {
await webpack.finally(config, config.checks[0])
}
Expand Down

0 comments on commit 1823060

Please sign in to comment.