//! Per-file isolation hooks for multi-file `tish test` runs.
//!
//! Clears pending throws and the mock registry between files. Timers / HTTP static routes /
//! sockets are **not** reset in-process — suites that leak host state should use separate
//! processes.
use take_pending_throw;
/// Reset host state between test files in the same process.