Home
last modified time | relevance | path

Searched refs:_resetProjectRandomnessAsync (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/cli/src/start/server/
H A DAsyncNgrok.ts218 await this._resetProjectRandomnessAsync();
230 return await this._resetProjectRandomnessAsync();
233 async _resetProjectRandomnessAsync() { method in AsyncNgrok
/expo/packages/@expo/cli/src/start/server/__tests__/
H A DAsyncNgrok-test.ts127 ngrok._resetProjectRandomnessAsync = jest.fn(ngrok._resetProjectRandomnessAsync.bind(ngrok));
144 expect(ngrok._resetProjectRandomnessAsync).toHaveBeenCalledTimes(2);