Skip to content
Effect Days 2026 Get your ticket

Runner

2 exports Added in v4.0.0 Source

Testing

default

Added in v4.0.0 Source

Vitest runner that routes marked documentation files to doctest collectors.

Signature

declare const default: typeof TestRunner

wrap

Added in v4.0.0 Source

Wraps a Vitest runner so marked documentation files use doctest collectors.

Signature

declare function wrap(Base: typeof TestRunner): typeof TestRunner