We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f64e025 commit 6edcfc3Copy full SHA for 6edcfc3
packages/thirdweb/test/vitest.config.ts
@@ -30,6 +30,12 @@ export default defineConfig({
30
"src/exports/**",
31
],
32
include: ["src/**"],
33
+ thresholds: {
34
+ functions: 90,
35
+ branches: 80,
36
+ lines: 80,
37
+ statements: 80,
38
+ },
39
},
40
environmentMatchGlobs: [["src/react/**/*.test.tsx", "happy-dom"]],
41
environment: "node",
0 commit comments