Home
last modified time | relevance | path

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

/expo/tools/src/commands/
H A DIosNativeUnitTests.ts18 const testSpecNames: string[] = []; constant
21 testSpecNames.push(match[1]);
23 return testSpecNames;
44 const testSpecNames = getTestSpecNames(pkg); constant
45 if (!testSpecNames.length) {
51 for (const testSpecName of testSpecNames) {