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