Browse Source

chore: activate code coverage in bun test config (#6297)

Didier Durand 2 months ago
parent
commit
ffd20b4477
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/opencode/bunfig.toml

+ 2 - 0
packages/opencode/bunfig.toml

@@ -2,3 +2,5 @@ preload = ["@opentui/solid/preload"]
 
 [test]
 preload = ["./test/preload.ts"]
+# Enable code coverage
+coverage = true