Searched refs:isWatchEnabled (Results 1 – 2 of 2) sorted by relevance
2 import { isWatchEnabled } from '../instantiateMetro';6 describe(isWatchEnabled, () => {18 expect(isWatchEnabled()).toBe(true);23 expect(isWatchEnabled()).toBe(true);28 expect(isWatchEnabled()).toBe(false);
185 watch: isWatchEnabled(),215 export function isWatchEnabled() { function