Type Alias UniversalIt

UniversalIt: UniversalBareIt & {
    only: UniversalBareIt;
    skip: UniversalBareIt;
}

The type for it.

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