From e14153a1e641ca2087572f90cd93ec63a2c8ccca Mon Sep 17 00:00:00 2001 From: Kostiantyn Smyrnov Date: Thu, 12 Nov 2020 15:30:01 +0200 Subject: [PATCH] disabled tests command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 52e2894..495e399 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "description": "Libraries and utilities for smart contracts", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Tests are skipped for now\"" }, "repository": { "type": "git",