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