interface TargetedFile
Private

A file whose run is narrowed by file#34 targets, with the selectors that scope it.

const target = { file: '/proj/test/cart-test.ts', selectors: [{ module: 'Cart', test: 'checkout' }] };
target.selectors[0].module; // 'Cart' — the group runs just this selection of the file

Properties

Usage

import { type TargetedFile } from "lib/commands/test/grouping.ts";