Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/
DprojectsRunner.ts214 …ath(vfs.builtFolder, input, this.vfs.ignoreCase) || vpath.beneath(vfs.testLibFolder, input, this.v…
/third_party/typescript/src/harness/
DvfsUtil.ts15 export const testLibFolder = "/.lib"; constant
1534 … [testLibFolder]: new Mount(vpath.resolve(host.getWorkspaceRoot(), "tests/lib"), resolver),
DharnessIO.ts434 programFileNames.push(vpath.combine(vfs.testLibFolder, fileName));