Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/
Drunner.ts61 const customConfig = tryGetConfig(IO.args()); constant
63 customConfig && IO.fileExists(customConfig)
64 ? IO.readFile(customConfig)!