remix/test · FunctionView Source
test
Summary
Alias for it.
Signature
const test: (name: string, fn: TestFn) => void;
const test: (name: string, meta: TestMeta, fn: TestFn) => void;
Alias for it.
const test: (name: string, fn: TestFn) => void;
const test: (name: string, meta: TestMeta, fn: TestFn) => void;