f
buildQUnitFullName(): string
modulePath: string,
testName: string
The string a filter is matched against: "Module: test name", with nested modules already
joined by " > ". A top-level test has an empty module name, giving ": test name" — which is
QUnit's own behaviour, not a quirk of this port.
f
matchQUnitFilter(): boolean
filter: string | undefined,
fullName: string
True when filter selects fullName, using QUnit's semantics:
Usage
import * as mod from "lib/selection/qunit-matcher.ts";