diff --git a/package.json b/package.json index 2f88e8e..6f60df8 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "build": "echo Transpiling TypeScript to JavaScript... & node node_modules/typescript/bin/tsc --listEmittedFiles", "run": "node ./destreamer.js", "start": "npm run -s build & npm run -s run", - "test": "node ./destreamer.js test" + "test": "node ./destreamer.js test --videoUrls null --username null" }, "keywords": [], "author": "snobu",