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: test/schema.json
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,8 @@
163
163
"additionalProperties": false,
164
164
"properties": {
165
165
"description": {
166
-
"$ref": "#/$defs/description"
166
+
"type": "string",
167
+
"description": "Information about the test."
167
168
},
168
169
"testType": {
169
170
"$ref": "#/$defs/testType"
@@ -195,10 +196,6 @@
195
196
}
196
197
}
197
198
},
198
-
"description": {
199
-
"type": "string",
200
-
"description": "Information about the test."
201
-
},
202
199
"testType": {
203
200
"description": "The category of test.",
204
201
"enum": [
@@ -419,7 +416,7 @@
419
416
}
420
417
},
421
418
"expErrors": {
422
-
"description": "The runtime errors expected to be emitted when formatting the message. If errors is either absent or empty, the message must be formatted without errors.",
419
+
"description": "The runtime errors expected to be emitted when formatting the message. If expErrors is either absent or empty, the message must be formatted without errors.",
0 commit comments