Clean up post-Hono references (#26903)

This commit is contained in:
Kit Langton 2026-05-11 13:20:54 -04:00 committed by GitHub
commit 6f2f759fbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 92 additions and 738 deletions

View file

@ -13,9 +13,7 @@ import { disposeAllInstances, tmpdir } from "../fixture/fixture"
// bodies deliberately avoid Plugin/config directly. The marker only
// appears if InstanceBootstrap ran at the instance boundary.
//
// The Hono variant of this check lived alongside these tests and is
// going away with the Hono backend. The boundaries below are backend-
// agnostic and stay.
// The boundaries below are transport-agnostic and stay.
afterEach(async () => {
await disposeAllInstances()