afterEach import { afterEach } from "destack:test"; Register cleanup after each test in the current suite. export function afterEach(body: (Context) => BodyResult, timeout?: Duration | undefined): void language/library/src/test/hook.ds:22:24