Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/src/testRunner/
DTestFactory.ts33 testCommonOpts?: LinterOptions; property
52 …const testCommonOpts = testArgs.commonArgs ? getLinterOptionsFromCommandLine(testArgs.commonArgs) … constant
86 const { runTestFileOpts, testCommonOpts, testModeArgs, testModeProps } = createTestConfigOpts; constant