fix: add npm run test
(#17)
User can now do `npm run test` to run tests.
This commit is contained in:
parent
85eb52fa9b
commit
b8dcd60fbc
@ -4,7 +4,8 @@
|
||||
"description": "Metric / Imperial Unit Converter",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js"
|
||||
"start": "node server.js",
|
||||
"test": "mocha ./tests/ --ui tdd"
|
||||
},
|
||||
"dependencies": {
|
||||
"body-parser": "^1.19.0",
|
||||
|
Loading…
Reference in New Issue
Block a user