@oazmi/kitchensink - v0.10.1
    Preparing search index...

    Type Alias TestFunction

    TestFunction: (t: TestContext) => MaybePromise<void>

    your test function. the first argument can be used for defining sub-tests within this test.

    Type Declaration