Skip to content

Commit c4e035e

Browse files
src: add test flag to config file
PR-URL: #60798 Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
1 parent 61cfbc7 commit c4e035e

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)