Skip to content

Commit d90d64b

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/babel/runtime-7.26.10
2 parents 7bd618d + def417b commit d90d64b

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

packages/react-interval-hook/vite.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ export default defineConfig({
7272
reporter: ['text', 'json-summary', 'json'],
7373
// If you want a coverage reports even if your tests are failing, include the reportOnFailure option
7474
reportOnFailure: true,
75+
thresholds: {
76+
100: true,
77+
},
7578
},
7679
},
7780
});

packages/use-double-tap/vite.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ export default defineConfig({
7373
reporter: ['text', 'json-summary', 'json'],
7474
// If you want a coverage reports even if your tests are failing, include the reportOnFailure option
7575
reportOnFailure: true,
76+
thresholds: {
77+
100: true,
78+
},
7679
},
7780
},
7881
});

packages/use-long-press/vite.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ export default defineConfig({
7373
reporter: ['text', 'json-summary', 'json'],
7474
// If you want a coverage reports even if your tests are failing, include the reportOnFailure option
7575
reportOnFailure: true,
76+
thresholds: {
77+
100: true,
78+
},
7679
},
7780
},
7881
});

0 commit comments

Comments
 (0)