We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51cd2bc commit 8b97588Copy full SHA for 8b97588
types/aria-at-file.js
@@ -97,6 +97,7 @@
97
* @property {string} commands[].keypresses[].keystroke single human-readable key or key chord press
98
* @property {string} [commands[].extraInstruction] human-readable additional instruction to follow
99
* @property {string} [commands[].settings] this property only exists on v2 tests
100
+ * @property {string[]} [commands[].settings] this property only exists on v2 tests. settings in addition to the single option in `setting`
101
* @property {object[]} assertions[]
102
* @property {1 | 2} assertions[].priority
103
* @property {string} [assertions[].expectation] assertion statement string, this property only exists on v1 tests
0 commit comments