diff --git a/bunfig.toml b/bunfig.toml index c9fa23f..781b5e6 100644 --- a/bunfig.toml +++ b/bunfig.toml @@ -8,4 +8,4 @@ silent = true [test] root = "./__tests__" coverageSkipTestFiles = true -coverageThreshold = { lines = 1, functions = 1 } +coverageThreshold = { line = 1, function = 1, statement = 1 }