Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/src/testRunner/
DTestFactory.ts32 testModeArgs?: string; property
62 const testModeArgs: string | undefined = testArgs.mode[mode]; constant
86 const { runTestFileOpts, testCommonOpts, testModeArgs, testModeProps } = createTestConfigOpts; constant