There was an error while loading. Please reload this page.
1 parent 478ec91 commit 951044eCopy full SHA for 951044e
1 file changed
bunfig.toml
@@ -3,3 +3,6 @@
3
# frames are plain text (no ANSI color codes) regardless of whether stdout is a
4
# TTY, keeping frame assertions deterministic across `bun test` and piped runs.
5
preload = ["./src/testing/setup.ts"]
6
+coveragePathIgnorePatterns = [
7
+ "src/testing/**"
8
+]
0 commit comments