File tree 1 file changed +0
-9
lines changed
1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -102,15 +102,6 @@ def __install_ns_cli():
102
102
# noinspection SpellCheckingInspection
103
103
assert 'postinstall.js' in output , 'Post install scripts not executed.'
104
104
assert 'dev-post-install' not in output , 'Dev post install executed on installation.'
105
- assert 'Installation successful.' in output , 'No success message.'
106
- assert 'Connect with us on http://twitter.com/NativeScript' in output , 'No connect on twitter message.'
107
- assert 'tns create <app name>' in output , 'No help for create new project.'
108
- assert 'tns build <platform>' in output , 'No help for building app.'
109
- assert 'https://docs.nativescript.org/start/quick-setup' in output , 'No link to quick setup.'
110
- assert 'tns cloud build' in output , 'No help for cloud builds.'
111
- assert 'https://play.nativescript.org' in output , 'No link to {N} Playground.'
112
- assert 'https://stackoverflow.com/questions/tagged/nativescript' in output , 'No Stackoverflow link.'
113
- assert 'https://nativescriptcommunity.slack.com' in output , 'No link to community Slack.'
114
105
115
106
116
107
def __install_ng_cli ():
You can’t perform that action at this time.
0 commit comments