Skip to content

Commit c833d0f

Browse files
authored
Update coverageThreshold schema to remove integer type (SchemaStore#5260)
1 parent 77de04a commit c833d0f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/schemas/json/bunfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@
146146
"$comment": "https://bun.sh/docs/runtime/bunfig#test-coveragethreshold",
147147
"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",
148148
"oneOf": [
149-
{ "type": "integer" },
150149
{ "type": "number" },
151150
{
152151
"type": "object",

0 commit comments

Comments
 (0)