@exodus/test
    Preparing search index...
    TestFn: (t: TestContext, done: (result?: any) => void) => void | Promise<void>

    The type of a function passed to test. The first argument to this function is a TestContext object. If the test uses callbacks, the callback function is passed as the second argument.

    Type Declaration

      • (t: TestContext, done: (result?: any) => void): void | Promise<void>
      • Parameters

        Returns void | Promise<void>