next.js
12639c48 - test: Make css deduplication assertion work for turbopack (#62128)

Commit
1 year ago
test: Make css deduplication assertion work for turbopack (#62128) ### What? Fix one assertion about CSS files emitted by turbopack. ### Why? Webpack generates 3 links with `?v=` query, and 2 extra links without `?v=` query. Turbopack does not have query string, so we match 5 links. ### How? Closes PACK-2414
Author
Parents
Loading