f
buildQUnitFilterQuery(config: FilterConfig): string
Builds the ?filter=… query that carries the test filter (-t/--filter/-m/--module)
into the page.
f
describeActiveFilters(config: FilterConfig): string
Human-readable description of the active filters, for the "nothing matched" message.
f
isFilteredRun(config: FilterConfig): boolean
True when this run selects a subset of the tests inside the files it loads.
Usage
import * as mod from "lib/selection/filter.ts";