Skip to content

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: any

wrap

Added in v4.0.0 Source

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

Signature

declare function wrap(Base: any): any;