From 8108412a9ba83748f336d85a18bd024fdef3ee17 Mon Sep 17 00:00:00 2001 From: Xavier Date: Thu, 3 Oct 2019 20:42:40 +0200 Subject: [PATCH] Fix test script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 786b84b8..115eeb8c 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "uuid": "^3.3.3" }, "scripts": { - "test": "tap --no-cov", + "test": "tap --no-cov test/", "test:ci": "tap --coverage-report=lcovonly", "test:cov": "tap", "test:cov:html": "tap --coverage-report=html",