From 28a5c81241dfb793e9ff236c8db96c0feaeeabd1 Mon Sep 17 00:00:00 2001 From: Oliver Akins Date: Wed, 22 Jun 2022 00:39:27 -0600 Subject: [PATCH] Adjust the echo used in the test command --- common/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/package.json b/common/package.json index c3204c5..a4d7783 100644 --- a/common/package.json +++ b/common/package.json @@ -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",