diff options
Diffstat (limited to 'csci4131/hw6/strap012_hw6/package.json')
-rw-r--r-- | csci4131/hw6/strap012_hw6/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csci4131/hw6/strap012_hw6/package.json b/csci4131/hw6/strap012_hw6/package.json index a6f8b37..db9cf8f 100644 --- a/csci4131/hw6/strap012_hw6/package.json +++ b/csci4131/hw6/strap012_hw6/package.json @@ -4,7 +4,7 @@ "description": "Assignment 6", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "node index.js" }, "author": "strap012", "license": "ISC", |