Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlemTuzlak committed Oct 22, 2024
1 parent 5d7cb63 commit dd7c794
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ export default defineConfig({
reporter: ["text", "json-summary", "json", "html"],
reportOnFailure: true,
all: false,
// @ts-expect-error
thresholds: {
statements: 80,
statements: 70,
branches: 75,
functions: 70,
lines: 80,
lines: 70,
},
},
},
Expand Down

0 comments on commit dd7c794

Please sign in to comment.