Updated package.json with 1 addition and 1 removal
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
   "type": "module",
   "scripts": {
     "start": "node server.mjs",
-    "smoke-test": "node smoke-test.mjs"
+    "smoke-test": "mocha smoke-test.mjs"
   },
   "dependencies": {
     "express": "^4.18.2",