Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/start/doctor/ngrok/__tests__/
H A DExternalModule-test.ts26 externalModule.getVersioned = jest.fn(externalModule.getVersioned.bind(externalModule));
69 const instance = externalModule.getVersioned();
86 const instance = externalModule.getVersioned();
99 externalModule.getVersioned = jest.fn(() => {
154 asMock(externalModule.getVersioned).mockReturnValueOnce(
187 asMock(externalModule.getVersioned).mockReturnValueOnce(
212 asMock(externalModule.getVersioned).mockReturnValue(
235 asMock(externalModule.getVersioned).mockReturnValue(
/expo/packages/@expo/cli/src/start/doctor/ngrok/
H A DExternalModule.ts69 this.getVersioned() ??
145 return this.getVersioned();
152 getVersioned(): TModule | null { method in ExternalModule