You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert ("No platform specified. Please specify a platform to remove"inoutput)
284
292
assert ("Usage"inoutput)
285
-
293
+
294
+
@unittest.skip("Moved to test_210_Platform_Update_MissingPlatform - this is no more a negative case due to https://github.com/NativeScript/nativescript-cli/issues/785")
output=runAUT(tnsPath+" prepare windows --path TNS_App");
94
103
assert("Invalid platform windows. Valid platforms are ios or android."inoutput)
95
-
104
+
105
+
@unittest.skip("Moved to test_201_Prepare_PlatformThatIsNotAdded - this is no more a negative case due to https://github.com/NativeScript/nativescript-cli/issues/785")
0 commit comments