variable BLAST_RADIUS_FILES

Exact basenames whose modification invalidates the entire test suite. A change to any of these short-circuits getChangedFilePathsInGitSince to null, signalling the caller to skip filtering and run everything. The qunitx config lives inside package.json per project convention, so package.json alone covers it.

BLAST_RADIUS_FILES.has('package.json'); // true — a lockstep change reruns the whole suite
BLAST_RADIUS_FILES.has('lib/utils/color.ts'); // false — regular files stay filterable

Type

Set

Usage

import { BLAST_RADIUS_FILES } from "lib/utils/get-changed-file-paths-in-git-since.ts";