Clean up post-Hono references (#26903)

This commit is contained in:
Kit Langton
2026-05-11 13:20:54 -04:00
committed by GitHub
parent cddab63808
commit 6f2f759fbb
16 changed files with 90 additions and 736 deletions
@@ -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()