diff --git a/.taprc b/.taprc new file mode 100644 index 00000000..cc244bf6 --- /dev/null +++ b/.taprc @@ -0,0 +1,4 @@ +files: + - test/**/*.test.js + +show-full-coverage: true \ No newline at end of file diff --git a/package.json b/package.json index badd920e..6cda8751 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "build": "ncc build src/index.js", "lint": "eslint .", - "test": "tap test/**.test.js", + "test": "tap", "prepare": "husky install" }, "author": {