testilo 52.1.1 → 52.1.2
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 +1 -1
- package/procs/score/tic.js +7 -0
package/package.json
CHANGED
package/procs/score/tic.js
CHANGED
|
@@ -7922,6 +7922,13 @@ exports.issues = {
|
|
|
7922
7922
|
quality: 1,
|
|
7923
7923
|
what: 'Target size is suboptimal'
|
|
7924
7924
|
}
|
|
7925
|
+
},
|
|
7926
|
+
testaro: {
|
|
7927
|
+
targetSmall: {
|
|
7928
|
+
variable: false,
|
|
7929
|
+
quality: 1,
|
|
7930
|
+
what: 'Target is not inline but is smaller than 44px by 44px [retired 2026-04]'
|
|
7931
|
+
}
|
|
7925
7932
|
}
|
|
7926
7933
|
}
|
|
7927
7934
|
},
|