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",