property UserRunOptions.filter

Run only tests whose "Module: test name" matches. QUnit's own semantics: case-insensitive substring, /regex/, /regex/i, or a leading ! to invert.

Type

string

Usage

import { type UserRunOptions } from "lib/api/options.ts";