mirror of
https://github.com/dog-18/dog18.git
synced 2026-04-18 03:00:08 -04:00
9 lines
243 B
TOML
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"
|