diff --git a/bunfig.toml b/bunfig.toml index 6f68695..be07a75 100644 --- a/bunfig.toml +++ b/bunfig.toml @@ -8,4 +8,4 @@ silent = true [test] root = "./__tests__" coverageSkipTestFiles = true -coverageThreshold = { lines = 1, functions = 1 } \ No newline at end of file +coverageThreshold = { line = 1, function = 1, statement = 1 } \ No newline at end of file