Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Jan 4, 2024
1 parent 51990f9 commit 5683fb6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/integration/image-optimizer/test/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,7 @@ export function runTests(ctx) {
'custom-sharp.js.nft.json'
)
)
expect(traceFile.files.some((file) => file.includes('sharp/build'))).toBe(
true
)
expect(traceFile.files.some((file) => file.includes('sharp/'))).toBe(true)
})
}

Expand Down

0 comments on commit 5683fb6

Please sign in to comment.