Adjust the echo used in the test command

This commit is contained in:
Oliver Akins 2022-06-22 00:39:27 -06:00
parent 699c07f59e
commit 28a5c81241
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99

View file

@ -5,7 +5,7 @@
"module": "index.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"To run the tests use: make test\" && exit 1"
},
"author": "Oliver Akins",
"license": "UNLICENSED",