fix: add npm run test (#17)
User can now do `npm run test` to run tests.
This commit is contained in:
+2
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user