Skip to content

Commit

Permalink
Fix test which had unsorted inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsobol committed Oct 24, 2024
1 parent 05de327 commit 13457e8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/sonda/tests/report.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -357,16 +357,16 @@ describe( 'report.ts', () => {
gzip: 0,
brotli: 0,
inputs: {
'fixtures/hasMapping/src/index.js': {
uncompressed: 45,
gzip: 0,
brotli: 0,
},
'[unassigned]': {
uncompressed: 34, // Length of the sourceMappingURL comment
gzip: 0,
brotli: 0,
},
'fixtures/hasMapping/src/index.js': {
uncompressed: 45,
gzip: 0,
brotli: 0,
}
}
}
},
Expand Down

0 comments on commit 13457e8

Please sign in to comment.