From f7f3c65e4a40222d5a343f7d0611dddaaa282095 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Wed, 2 May 2018 14:13:13 +0200 Subject: [PATCH] dummy unit tests --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 394024a..770092a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,9 @@ "version": "0.0.1", "description": "A demo showing CI/CD with 3scale AMP", "main": "server.js", - "scripts": {}, + "scripts": { + "test": "true" + }, "author": "Nicolas MASSE", "repository": "https://github.com/nmasse-itix/summit-api.git", "license": "MIT",