Home
last modified time | relevance | path

Searched defs:testCommonOpts (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/src/testRunner/
DTestRunner.ts69 testCommonOpts?: LinterOptions; property
270 …const testCommonOpts = testArgs.commonArgs ? getLinterOptionsFromCommandLine(testArgs.commonArgs) … constant
320 const { runTestFileOpts, testModeProps, testModeArgs, testCommonOpts } = createTestConfigOpts; constant