Remix
Remix
remix/test · FunctionView Source

before

Summary

Alias for beforeAll — matches the node:test API.

Signature

const before: (fn: () => void | Promise<void>) => void;

Parameters

fn

The setup function to run once before all tests in the suite.