Files
dog18/bunfig.toml
2024-09-05 15:51:24 +02:00

9 lines
243 B
TOML

[install.lockfile]
print = "yarn" # required for CI/CLI tools that don't support bun.lockb files
[test]
coverageSkipTestFiles = true
coverageTreshold = { line = 0.9, function = 0.9, statement = 0.9 }
preload = ["test/setup.ts"]
root = "test"