Alias for afterAll — matches the node:test API.
afterAll
node:test
const after: (fn: () => void | Promise<void>) => void;
fn
The teardown function to run once after all tests in the suite.