We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b69c3ee commit 13e9f2aCopy full SHA for 13e9f2a
test/stubs.ts
@@ -342,6 +342,9 @@ export class PlatformProjectServiceStub implements IPlatformProjectService {
342
afterPrepareAllPlugins(): IFuture<void> {
343
return Future.fromResult();
344
}
345
+ beforePrepareAllPlugins(): IFuture<void> {
346
+ return Future.fromResult();
347
+ }
348
deploy(deviceIdentifier: string): IFuture<void> {
349
350
0 commit comments