Functions

f
buildQUnitFullName(
modulePath: string,
testName: string
): 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(
filter: string | undefined,
fullName: string
): boolean

True when filter selects fullName, using QUnit's semantics: