Searched refs:_shouldSetupWebSupportAsync (Results 1 – 2 of 2) sorted by relevance
29 const result = await this._shouldSetupWebSupportAsync();36 async _shouldSetupWebSupportAsync(): Promise<ProjectConfig> { method in WebSupportProjectPrerequisite
89 prerequisite._shouldSetupWebSupportAsync.bind(prerequisite),103 await expect(prerequisite._shouldSetupWebSupportAsync()).resolves.toEqual(expect.anything());