diff --git a/.nycrc b/.nycrc deleted file mode 100644 index a31275f..0000000 --- a/.nycrc +++ /dev/null @@ -1,19 +0,0 @@ -{ - "include": [ - "src/**/*.ts" - ], - "exclude": [ - "src/external/**/*.ts" - ], - "extension": [ - ".ts" - ], - "require": [ - "ts-node/register" - ], - "reporter": [ - "lcov", - "text-summary" - ], - "sourceMap": true -} diff --git a/vitest.config.ts b/vitest.config.ts index f0cdca4..9df42d5 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -6,7 +6,9 @@ export default defineConfig({ include: ["test/**/*.test.ts"], testTimeout: 60000, coverage: { - include: ["src"], + include: ["src/**/*.ts"], + exclude: ["src/external/**/*.ts"], + reporter: ["html", "lcov", "text-summary"], }, }, }) pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy