diff --git a/src/schemas/json/bunfig.json b/src/schemas/json/bunfig.json index f0aa71a7a80..bff039cddd4 100644 --- a/src/schemas/json/bunfig.json +++ b/src/schemas/json/bunfig.json @@ -146,7 +146,6 @@ "$comment": "https://bun.sh/docs/runtime/bunfig#test-coveragethreshold", "description": "To specify a coverage threshold. By default, no threshold is set. If your test suite does not meet or exceed this threshold, `bun test` will exit with a non-zero exit code to indicate the failure\nhttps://bun.sh/docs/runtime/bunfig#test-coveragethreshold", "oneOf": [ - { "type": "integer" }, { "type": "number" }, { "type": "object",