diff --git a/.taprc b/.taprc index f86eab80..7a2ff5d4 100644 --- a/.taprc +++ b/.taprc @@ -1,6 +1,2 @@ -100: true -ts: false -jsx: false -flow: false -coverage: true -check-coverage: true +files: + - test/**/*.js \ No newline at end of file diff --git a/package.json b/package.json index 754a01f3..a20e8366 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "test": "npm run prepare && npm run coverage && npm run typescript", "test:dev": "npm run lint && npm run unit && npm run typescript", "typescript": "tsd", - "unit": "tap -J \"test/**/*.js\"", + "unit": "tap", "unit:report": "npm run unit -- --coverage-report=html", "unit:verbose": "npm run unit -- -Rspec" },