Home
last modified time | relevance | path

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

/expo/packages/expo-updates/src/statemachine/__tests__/
H A DUpdatesStateMachine-test.node.ts67 let wasDownloading = false; variable
71 wasDownloading = true;
72 } else if (state.value === 'idle' && wasDownloading) {
126 let wasDownloading = false; variable
134 wasDownloading = true;
135 } else if (state.value === 'idle' && wasChecking && wasDownloading) {