augment-vir - v31.13.0
    Preparing search index...

    Type Alias UniversalItCallback

    UniversalItCallback: (
        this: void,
        context: UniversalTestContext,
    ) => Promise<void> | void

    An interface for an it callback. Used in UniversalBareIt.

    Compatible with both Node.js's test runner and web-test-runner or other Mocha-style test runners.

    Type declaration