Skip to content

remix/test · Function

View Source

suite

Summary

Alias for describe.

Signature

const suite: (name: string, fn: () => void) => void

const suite: (name: string, meta: SuiteMeta, fn: () => void) => void