0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 02:30:43 -05:00

fixed __coverage__ folder location

This commit is contained in:
TheSparta 2023-11-04 18:37:16 +00:00
parent 8f21ee2ef3
commit 71b5ce7512

View File

@ -14,11 +14,11 @@ export default defineConfig({
coverage: {
provider: "v8",
reporter: ["text", "html"],
reportsDirectory: "./__coverage__",
reportsDirectory: "./tests/__coverage__",
reportOnFailure: true,
all: true,
include: ["src"],
exclude: ["src/models/**", "tests/**", "src/__coverage__"]
all: true,
include: ["src"],
exclude: ["src/models/**", "tests/**"]
},
typecheck: {
enabled: true