use yargs to get commandline params for nodejs tests

This commit is contained in:
Shruti Ranganathan Jothi
2017-03-08 10:33:36 -08:00
parent ac26da16e2
commit 8e322de983
19 changed files with 393 additions and 47 deletions

View File

@@ -15,6 +15,7 @@
"node-ssdp": "^3.2.0",
"q": "~1.4.1",
"request": "^2.78.0",
"sprintf-js": "~1.0.3"
"sprintf-js": "~1.0.3",
"yargs": "^6.3.0"
}
}