From 7651e46031556e849dab18f421e5ae27d554a6e3 Mon Sep 17 00:00:00 2001 From: uzlopak Date: Sun, 4 Dec 2022 23:28:24 +0100 Subject: [PATCH] improve .taprc --- .taprc | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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": {