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