Skip to content

remix/test · Function

View Source

after

Summary

Alias for afterAll — matches the node:test API.

Signature

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

Parameters

fn

The teardown function to run once after all tests in the suite.

options

Optional timeout and abort signal configuration.