Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/start/platforms/__tests__/
H A DPlatformManager-test.ts34 const getDevServerUrl = jest.fn(() => 'http://localhost:8081/'); constant
198 const { manager, getDevServerUrl, device, resolveDeviceAsync } = createManager(); constant