Skip to content

Commit 5901b19

Browse files
committed
Fix paths
1 parent 9728587 commit 5901b19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: test/production/pages-dir/production/test/index.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ describe('Production Usage', () => {
257257
{
258258
page: '/api/readfile-dirname',
259259
tests: [
260-
/(webpack-runtime\.js|\[turbopack\]_runtime\.js)/,
260+
/(webpack-api-runtime\.js|\[turbopack\]_runtime\.js)/,
261261
/static\/data\/item\.txt/,
262262
],
263263
notTests: [
@@ -271,7 +271,7 @@ describe('Production Usage', () => {
271271
{
272272
page: '/api/readfile-processcwd',
273273
tests: [
274-
/(webpack-runtime\.js|\[turbopack\]_runtime\.js)/,
274+
/(webpack-api-runtime\.js|\[turbopack\]_runtime\.js)/,
275275
/static\/data\/item\.txt/,
276276
],
277277
notTests: [

0 commit comments

Comments
 (0)