TypeScript/src/testRunner
Andrew Casey 55b4928e82
Pass absolute path to directoryExists (#46086)
* Pass absolute path to directoryExists

As pointed out by @gretzkiy, the `directoryExists` call added to
`matchFiles` in #44710 should have been passing the absolute path (since
the current directory might not match `currentDirectory`).

* Add test, simplify/clarify/fix matchFiles and friends

Co-authored-by: Andrew Branch <andrew@wheream.io>
2021-10-21 12:22:53 -07:00
..
parallel Fix main (#46160) 2021-10-01 09:50:00 -07:00
unittests Pass absolute path to directoryExists (#46086) 2021-10-21 12:22:53 -07:00
compilerRef.ts
compilerRunner.ts Accept new moduleResolution options on commandline (#46239) 2021-10-06 13:17:27 -07:00
documentsRef.ts
evaluatorRef.ts
externalCompileRunner.ts Fix broken user and docker tests (#42431) 2021-01-22 13:23:41 -08:00
fakesRef.ts
fourslashRef.ts
fourslashRunner.ts
playbackRef.ts
projectsRunner.ts Enable max-statements-per-line lint rule (#45475) 2021-08-16 13:53:51 -07:00
runner.ts Forbid duplicate tests only in compiler+fourslash runner (#44752) 2021-06-25 17:33:31 -07:00
rwcRunner.ts Merge pull request #39264 from microsoft/migrateMapsAndSets 2020-07-13 10:38:30 -07:00
test262Runner.ts
tsconfig.json Set impliedNodeFormat on sourceFiles maufactured in watch mode (#46349) 2021-10-13 17:04:13 -07:00
utilsRef.ts
vfsRef.ts
vpathRef.ts