Remove quotes around test script. (#18)

Remove quotes around test script.
This commit is contained in:
Seth 2021-03-12 17:35:29 +01:00 committed by GitHub
parent dfc0cdba8c
commit 1836fd2165
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
"main": "server.js", "main": "server.js",
"scripts": { "scripts": {
"start": "node server.js", "start": "node server.js",
"test": "\"mocha --timeout 5000 --recursive --exit --ui tdd tests/\"" "test": "mocha --timeout 5000 --recursive --exit --ui tdd tests/"
}, },
"dependencies": { "dependencies": {
"body-parser": "^1.19.0", "body-parser": "^1.19.0",