Searched defs:testRunnerOpts (Results 1 – 3 of 3) sorted by relevance
21 testRunnerOpts: TestRunnerOptions; property
88 const testRunnerOpts: TestRunnerOptions = { constant119 const testRunnerOpts = parseCommandLine(process.argv.slice(2)); constant
87 const { testDir, testFile, testRunnerOpts } = runTestFileOpts; constant