Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Bettina Helgenlechner <[email protected]>
  • Loading branch information
martinkutter and helgenlechner authored Jan 19, 2024
1 parent 309ae96 commit a16a4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ test.skip('10. bug repro: bundlesize should dedup files', t => {
t.snapshot(stdout)
})

test('11. bug repro: files should not be matched twice, order should matters (https://github.com/siddharthkp/bundlesize/issues/383)', t => {
test('11. bug repro: files should not be matched twice, order should matter (https://github.com/siddharthkp/bundlesize/issues/383)', t => {
const { stdout, exitCode } = run(12)
t.is(exitCode, 0) // this is failing
t.snapshot(stdout)
Expand Down

0 comments on commit a16a4ad

Please sign in to comment.