testilo 17.0.4 → 17.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testilo",
3
- "version": "17.0.4",
3
+ "version": "17.0.5",
4
4
  "description": "Prepares and processes Testaro reports",
5
5
  "main": "aim.js",
6
6
  "scripts": {
@@ -2414,6 +2414,13 @@ exports.issues = {
2414
2414
  what: 'No token in the value of the role attribute is valid'
2415
2415
  }
2416
2416
  },
2417
+ aslint: {
2418
+ 'unsupported-role-on-element': {
2419
+ variable: false,
2420
+ quality: 1,
2421
+ what: 'Element has a role that is not valid for it'
2422
+ }
2423
+ },
2417
2424
  axe: {
2418
2425
  'aria-roles': {
2419
2426
  variable: false,