From e104b75364119c00efe9b7bb5d19ef2cee0e17de Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Thu, 19 May 2016 23:24:36 -0400 Subject: [PATCH] cover everything --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 868f8592..aa9d4544 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "build": "node bundler/bundler", "test": "node ospec/bin/ospec", - "cover": "istanbul cover --print both -x \"**/ospec/**\" -x \"**/test-utils/**\" ospec/bin/ospec" + "cover": "istanbul cover --print both ospec/bin/ospec" }, "author": "Leo Horie", "license": "MIT",