Searched refs:resolvePortAsync (Results 1 – 7 of 7) sorted by relevance
3 import { resolvePortAsync } from '../../utils/port';20 asMock(resolvePortAsync).mockResolvedValueOnce(null);38 asMock(resolvePortAsync).mockResolvedValueOnce(19006);
3 import { resolvePortAsync } from '../utils/port';31 ? await resolvePortAsync(projectRoot, { reuseExistingPort: true, defaultPort: options.port })
3 import { resolvePortAsync } from '../../utils/port';8 resolvePortAsync: jest.fn(),84 asMock(resolvePortAsync).mockImplementation(async (root, { defaultPort, fallbackPort }) => {
5 import { resolvePortAsync } from '../utils/port';152 const webpackPort = await resolvePortAsync(projectRoot, {165 const metroPort = await resolvePortAsync(projectRoot, {
1 export const resolvePortAsync = jest.fn( constant
130 export async function resolvePortAsync( function
72 async resolvePortAsync(options: Partial<BundlerStartOptions> = {}): Promise<number> { method in MetroBundlerDevServer339 options.port = await this.resolvePortAsync(options);