Home
last modified time | relevance | path

Searched defs:mockedSpawnAsync (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/package-manager/src/__tests__/
H A Dspawn-utils.ts14 export const mockedSpawnAsync = spawnAsync as jest.MockedFunction<typeof spawnAsync>; constant
/expo/packages/@expo/package-manager/src/utils/__tests__/
H A Dspawn-test.ts8 const mockedSpawnAsync = spawnAsync as jest.MockedFunction<typeof spawnAsync>; constant