We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79cdfc9 commit 5a23509Copy full SHA for 5a23509
test/e2e/app-dir/app/index.test.ts
@@ -187,9 +187,9 @@ describe('app dir - basic', () => {
187
// Turbopack doesn't recreate the original folder structure for the output chunks
188
if (!process.env.IS_TURBOPACK_TEST) {
189
expect(requests).toEqual(
190
- // e.g. _next/static/chunks/app/dynamic-client/%5Bcategory%5D/%5Bid%5D/page-6e188d657a208f8e.js
+ // e.g. _next/static/chunks/app/dynamic-client/%5Bcategory%5D/%5Bid%5D/page-6e188d657a208f8e.js?dpl=...
191
expect.arrayContaining([
192
- expect.stringMatching(/.*%5Bcategory%5D\/%5Bid%5D.*\.js$/),
+ expect.stringMatching(/.*%5Bcategory%5D\/%5Bid%5D.*\.js/),
193
])
194
)
195
}
0 commit comments