1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00

exclude dist from coverage report

This commit is contained in:
Leibale Eidelman
2022-12-26 13:35:37 -05:00
parent 9dccd9a678
commit c5b6f77c33
6 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
{
"extends": "@istanbuljs/nyc-config-typescript",
"exclude": ["**/*.spec.ts", "lib/test-utils.ts"]
"exclude": ["dist", "**/*.spec.ts", "lib/test-utils.ts"]
}