Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/
Drunner.ts80 const customConfig = tryGetConfig(IO.args()); constant
82 customConfig && IO.fileExists(customConfig)
83 ? IO.readFile(customConfig)!