remix/test · FunctionView Sourcebefore Summary Alias for beforeAll — matches the node:test API. Signature const before: (fn: LifecycleHookFn, options: HookOptions) => voidCopy code to clipboard Parameters fn The setup function to run once before all tests in the suite. options Optional timeout and abort signal configuration.