Runner
Testing
Vitest runner that routes marked documentation files to doctest collectors.
Signature
declare const default: typeof TestRunnerWraps a Vitest runner so marked documentation files use doctest collectors.
Signature
declare function wrap(Base: typeof TestRunner): typeof TestRunner