From 356bba109e28c2cbf96f12e73b390723e6430e11 Mon Sep 17 00:00:00 2001 From: Vercel Release Bot <88769842+vercel-release-bot@users.noreply.github.com> Date: Thu, 11 Jan 2024 05:34:38 -0500 Subject: [PATCH] Update Turbopack test manifest (#60506) This auto-generated PR updates the integration test manifest used when testing Turbopack. --- test/turbopack-tests-manifest.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/test/turbopack-tests-manifest.json b/test/turbopack-tests-manifest.json index 3d17ed5a13f69..9e6ffabd8637f 100644 --- a/test/turbopack-tests-manifest.json +++ b/test/turbopack-tests-manifest.json @@ -3940,6 +3940,16 @@ "flakey": [], "runtimeError": false }, + "test/e2e/app-dir/parallel-routes-and-interception-basepath/parallel-routes-and-interception-basepath.test.ts": { + "passed": [ + "parallel-routes-and-interception-basepath should show normal route via direct link with basepath when parallel intercepted slot exist", + "parallel-routes-and-interception-basepath should show parallel intercepted slot with basepath" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/e2e/app-dir/parallel-routes-and-interception/parallel-routes-and-interception.test.ts": { "passed": [ "parallel-routes-and-interception parallel routes should display all parallel route params with useParams",