@kubator/sdk v0.0.1
    Preparing search index...

    Type Alias TestFunction

    TestFunction: () => void | Promise<void>

    Small testing contract supplied by a Kubator-compatible test host.

    Model tests can import this module without depending on a host repository's test-runner implementation.

    Type Declaration

      • (): void | Promise<void>
      • Returns void | Promise<void>