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

@@ -1,7 +1,7 @@
"use strict";
var colors = require("colors/safe");
var sprintf = require("sprintf-js").sprintf;
const colors = require("colors/safe");
const sprintf = require("sprintf-js").sprintf;
function getParam(key) {
var value;