Skip to content

Commit 4b70bcf

Browse files
marco-ippolitoaduh95
authored andcommitted
src: add test flag to config file
PR-URL: #60798 Backport-PR-URL: #63659 Signed-off-by: Marco Ippolito <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
1 parent f07d766 commit 4b70bcf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

doc/node-config-schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -833,6 +833,9 @@
833833
"type": "boolean",
834834
"description": "launch test runner on startup"
835835
},
836+
"test": {
837+
"type": "boolean"
838+
},
836839
"test-concurrency": {
837840
"type": "number",
838841
"description": "specify test runner concurrency"

0 commit comments

Comments
 (0)