Forgot to add the warnings.json for the tests

pull/8392/head
Nguyen Tran 4 years ago
parent faf9bf8a0f
commit 147d8a2b3f

@ -1 +1,26 @@
[] [
{
"code": "a11y-no-noninteractive-element-interactions",
"end": {
"column": 44,
"line": 10
},
"message": "A11y: Elements with the 'button' interactive role must have a tabindex value.",
"start": {
"column": 0,
"line": 10
}
},
{
"code": "a11y-no-noninteractive-element-interactions",
"end": {
"column": 46,
"line": 11
},
"message": "A11y: Elements with the 'menuitem' interactive role must have a tabindex value.",
"start": {
"column": 0,
"line": 11
}
}
]

Loading…
Cancel
Save