function setupTestFilePaths
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.

Parameters

_projectRoot: string
inputs: string[]

Return Type

string[]

Usage

import setupTestFilePaths from "lib/setup/test-file-paths.ts";