Home
last modified time | relevance | path

Searched refs:isDupe (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/harness/
DharnessIO.ts678 const isDupe = dupeCase.has(sanitizeTestFilePath(inputFile.unitName)); constant
680 if (isDupe && !(options && options.caseSensitive)) {