Functions

f
run(config: Config): Promise<number>

--search / -s / --print / --preview: list the tests the current selection matches, without running them.

f
scan(config: Config): Promise<SearchReport>

Scans the selected files and resolves which of their tests the current selection matches — no browser, no bundle, no execution.

Interfaces

I
FoundTest

One test found by the static scan, named exactly as QUnit would name it.

I
SearchReport

What the static scan found, before anything is printed.

I
UnlistableCounts

Why some declarations could not be listed, split by cause.