Functions

f
setupTestFilePaths(
_projectRoot: string,
inputs: string[]
): string[]

Deduplicates a list of file, folder, and glob inputs so that more-specific paths covered by broader ones are removed.

Usage

import * as mod from "lib/setup/test-file-paths.ts";