Remix
Remix
remix/test · FunctionView Source

after

Summary

Alias for afterAll — matches the node:test API.

Signature

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

Parameters

fn

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