You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/types/config_schema.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -454,6 +454,9 @@
454
454
},
455
455
"type": "object"
456
456
},
457
+
"Record<string,any>": {
458
+
"type": "object"
459
+
},
457
460
"ZombieLaunchSpec": {
458
461
"description": "A launch specification object for the \"zombie\" foundation type.",
459
462
"properties": {
@@ -679,6 +682,10 @@
679
682
"timeout": {
680
683
"description": "The default timeout for tests and hooks",
681
684
"type": "number"
685
+
},
686
+
"vitestArgs": {
687
+
"$ref": "#/definitions/Record<string,any>",
688
+
"description": "An optional object to add extra arguments to the Vitest test runner.\n Use with caution as this will override the default arguments, which\nmay cause unexpected behaviour.\n\nVisit https://vitest.dev/config/ for more info"
0 commit comments