fix: dispose e2e app runtime (#22316)

This commit is contained in:
Kit Langton
2026-04-13 11:36:56 -04:00
committed by GitHub
parent ca6200121b
commit 79cc15335e
3 changed files with 3 additions and 3 deletions
+1
View File
@@ -62,6 +62,7 @@ const seed = async () => {
})
} finally {
await Instance.disposeAll().catch(() => {})
await AppRuntime.dispose().catch(() => {})
}
}