Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/start/doctor/__tests__/
H A DPrerequisite-test.ts18 const assertAsync = jest.fn(() => Promise.resolve()); constant
34 const assertAsync = jest.fn(async () => { constant