diff --git a/lib/common b/lib/common index 517a9383a7..f7a0dc94bd 160000 --- a/lib/common +++ b/lib/common @@ -1 +1 @@ -Subproject commit 517a9383a7060ff127bd6937688dbd05aaff4aae +Subproject commit f7a0dc94bdfab219274360eb905366ed8208404f diff --git a/test/nativescript-cli-lib.ts b/test/nativescript-cli-lib.ts index da541f223a..fae558155d 100644 --- a/test/nativescript-cli-lib.ts +++ b/test/nativescript-cli-lib.ts @@ -22,7 +22,20 @@ describe("nativescript-cli-lib", () => { extensibilityService: ["loadExtensions", "loadExtension", "getInstalledExtensions", "installExtension", "uninstallExtension"], liveSyncService: ["liveSync", "stopLiveSync", "enableDebugging", "disableDebugging", "attachDebugger"], debugService: ["debug"], - analyticsSettingsService: ["getClientId"] + analyticsSettingsService: ["getClientId"], + devicesService: [ + "addDeviceDiscovery", + "deployOnDevices", + "getDebuggableApps", + "getDebuggableViews", + "getDevices", + "getInstalledApplications", + "initialize", + "isAppInstalledOnDevices", + "isCompanionAppInstalledOnDevices", + "mapAbstractToTcpPort", + "setLogLevel" + ] }; const pathToEntryPoint = path.join(__dirname, "..", "lib", "nativescript-cli-lib.js").replace(/\\/g, "\\\\");