Skip to content

Commit 1d1ef98

Browse files
feat: add test script
1 parent 62b84a4 commit 1d1ef98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"db:seed": "knex --knexfile ./db/knexfile.js seed:run",
1919
"db:reset": "npm run db:prepare && npm run db:seed",
2020
"lint": "eslint .",
21-
"test": "echo \"Error: no test specified\" && exit 1"
21+
"test": "mocha --exit --recursive --reporter=${MOCHA_REPORTER:-dot} tests"
2222
},
2323
"dependencies": {
2424
"cron": "^3.1.7",

0 commit comments

Comments
 (0)