Suport device-open-app command
Summary: It is an escape hatch for testing iOS Sample app if `navigate('/')` cannot be made to work easily (D51394323)
Reviewed By: lblasa
Differential Revision: D51466697
fbshipit-source-id: fd6c2f37504807b4b634b85cb10e837523dadba8
This commit is contained in:
committed by
Facebook GitHub Bot
parent
387d546e77
commit
fb37f27ff5
@@ -82,4 +82,8 @@ export abstract class ServerDevice {
|
||||
async installApp(_appBundlePath: string): Promise<void> {
|
||||
throw new Error('installApp not implemented');
|
||||
}
|
||||
|
||||
async openApp(_name: string): Promise<void> {
|
||||
throw new Error('openApp not implemented');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user