Skip to content

Commit

Permalink
Update Vitest thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Sep 18, 2024
1 parent 2689050 commit dc863a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/starlight/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ export default defineConfig({
],
thresholds: {
autoUpdate: true,
lines: 89.18,
functions: 92.7,
branches: 93.04,
statements: 89.18,
lines: 89.28,
functions: 92.78,
branches: 92.83,
statements: 89.28,
},
},
},
Expand Down

0 comments on commit dc863a8

Please sign in to comment.