server: test exit code

pull/10/head
sundowndev 2019-10-28 12:03:22 +01:00
parent 093c29f353
commit 2875a46d85
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
"devDependencies": {},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 0"
},
"keywords": [],
"author": "",