From 361acf89d0cf20833dea40f02bd11c5331fc9bc3 Mon Sep 17 00:00:00 2001 From: Yago Perez Date: Thu, 31 Oct 2019 21:40:07 +0100 Subject: [PATCH] test script run mocha --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 999bc63..89d7e4b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Node.js ISO 20022 Compliant EBICS Client", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "mocha" }, "repository": { "type": "git",