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",