Update server package.json to use mocha tests
Some checks failed
Run Socket Server Tests / test (push) Failing after 17s

This commit is contained in:
Logan Cusano
2024-04-06 03:32:18 -04:00
parent 38470bd788
commit 2fb0bc8920

View File

@@ -4,7 +4,7 @@
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "mocha",
"start": "node server.js"
},
"author": "Logan Cusano",