Skip to content

Commit 13e9f2a

Browse files
committed
added method implementation to stub in tests
1 parent b69c3ee commit 13e9f2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/stubs.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,9 @@ export class PlatformProjectServiceStub implements IPlatformProjectService {
342342
afterPrepareAllPlugins(): IFuture<void> {
343343
return Future.fromResult();
344344
}
345+
beforePrepareAllPlugins(): IFuture<void> {
346+
return Future.fromResult();
347+
}
345348
deploy(deviceIdentifier: string): IFuture<void> {
346349
return Future.fromResult();
347350
}

0 commit comments

Comments
 (0)