Home
last modified time | relevance | path

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

/expo/apps/test-suite/screens/
H A DSelectScreen.js7 import { getTestModules } from '../TestModules';
95 const query = createQueryString(getTestModules().map((m) => m.name));
109 modules: getTestModules(),
H A DTestScreen.js8 import { getTestModules } from '../TestModules';
35 const selectedModules = getTestModules().filter((m) => selectedTestNames.includes(m.name));
/expo/apps/test-suite/
H A DTestModules.js44 export function getTestModules() { function