From 4f310ddfa7b9ec87f24b19efb8aa9dbb54774751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Teles?= Date: Sat, 18 May 2024 07:38:56 -0300 Subject: [PATCH] chore: Update test script in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a0aa025..2867407 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "scripts": { "build": "npm run clean && tsc", "clean": "rm -rf dist", - "test": "jest", + "test": "echo \"Error: no test specified\" && exit 1", "sample": "npm run build && node dist/sample.js", "prepublishOnly": "npm run build" },