Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/start/server/metro/__tests__/
H A DinstantiateMetro.test.ts2 import { isWatchEnabled } from '../instantiateMetro';
6 describe(isWatchEnabled, () => {
18 expect(isWatchEnabled()).toBe(true);
23 expect(isWatchEnabled()).toBe(true);
28 expect(isWatchEnabled()).toBe(false);
/expo/packages/@expo/cli/src/start/server/metro/
H A DinstantiateMetro.ts185 watch: isWatchEnabled(),
215 export function isWatchEnabled() { function