We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 766357b + 987151e commit 00566b9Copy full SHA for 00566b9
tests/other/Logtrace_Tests.py
@@ -23,8 +23,7 @@ def test_001_create_project_log_trace(self):
23
24
assert "Using custom app from" in output
25
assert "Copying custom app into" in output
26
- assert "Exec npm install tns-core-modules --save --save-exact" in output
27
- assert "Updating AppResources values" in output
+ assert 'spawn: npm "install" "tns-core-modules" "--save" "--save-exact"' in output
28
assert "Project " + self.app_name + " was successfully created" in output
29
30
def test_002_platform_add_log_trace(self):
0 commit comments