Skip to content

Commit 50547fc

Browse files
committed
Add test, Rm reset css
1 parent d3fa982 commit 50547fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vitest.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ export default defineConfig({
1313
],
1414
cleanOnRerun: true,
1515
reporter: ['text', 'json', 'html'],
16+
thresholds: {
17+
100: true,
18+
},
1619
},
1720
projects: [
1821
{
@@ -24,7 +27,6 @@ export default defineConfig({
2427
environment: 'node',
2528
},
2629
},
27-
2830
{
2931
test: {
3032
name: 'happy-dom',

0 commit comments

Comments
 (0)