Skip to content

Commit 7d8efae

Browse files
Update schema.v2.json
1 parent d868ab6 commit 7d8efae

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

static/schema/schema.v2.json

+13
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,19 @@
346346
"additionalProperties": false,
347347
"default": {},
348348
"description": "Docstrings | Options for generating Docstrings for your PRs/MRs."
349+
},
350+
"unit_tests": {
351+
"type": "object",
352+
"properties": {
353+
"enabled": {
354+
"type": "boolean",
355+
"default": true,
356+
"description": "Unit Tests | Allow CodeRabbit to generate unit tests for PRs/MRs."
357+
}
358+
},
359+
"additionalProperties": false,
360+
"default": {},
361+
"description": "Unit Tests | Options for generating unit tests for your PRs/MRs."
349362
}
350363
},
351364
"additionalProperties": false,

0 commit comments

Comments
 (0)