@exodus/test
    Preparing search index...
    • Defines a new assertion function with the provided name and function. If an assertion already exists with the same name, it is overwritten.

      Parameters

      • name: string
      • fn: (this: TestContext, ...args: any[]) => void

      Returns void

      v22.14.0