From 07412a0a5c4bdbfc1ab4081356ed444d389323aa Mon Sep 17 00:00:00 2001 From: id Date: Sat, 2 May 2026 14:31:55 +0700 Subject: [PATCH] chore: update bunfig `coverageThreshold` value --- bunfig.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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