Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit 55e2757

Browse files
committed
Add explicit reporters
1 parent f2c81ab commit 55e2757

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export default {
77
enabled: true,
88
include: ["src/**"],
99
exclude: ["demo/**", "scripts/**"],
10+
reporter: ["text", "html", "json-summary", "json"],
1011
},
1112
},
1213
base: "/codemirror-ts/",

0 commit comments

Comments
 (0)