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.