Skip to content

remix/test · Function

View Source

before

Summary

Alias for beforeAll — matches the node:test API.

Signature

const before: (fn: LifecycleHookFn, options: HookOptions) => void

Parameters

fn

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

options

Optional timeout and abort signal configuration.