Searched defs:mockedSpawnAsync (Results 1 – 2 of 2) sorted by relevance
14 export const mockedSpawnAsync = spawnAsync as jest.MockedFunction<typeof spawnAsync>; constant
8 const mockedSpawnAsync = spawnAsync as jest.MockedFunction<typeof spawnAsync>; constant