diff --git a/.taprc b/.taprc index cfa7780..55d8dd2 100644 --- a/.taprc +++ b/.taprc @@ -2,3 +2,6 @@ jobs: 1 jsx: false ts: false flow: false + +files: + - test/**/*.test.js diff --git a/package.json b/package.json index d8f33a2..1d84190 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "mysql:5.5": "docker run -d -p 3306:3306 -e MYSQL_ALLOW_EMPTY_PASSWORD=yes --rm mysql:5.5", "mysql:8.0": "docker run -d -p 3306:3306 -e MYSQL_ALLOW_EMPTY_PASSWORD=yes --rm mysql:8.0", "test": "npm run test:unit && npm run test:typescript", - "test:unit": "tap test/*.test.js", + "test:unit": "tap", "test:typescript": "tsd" }, "repository": {