testilo 42.1.9 → 42.2.0
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/tic50.js +8 -1
package/package.json
CHANGED
package/procs/score/tic50.js
CHANGED
|
@@ -6915,7 +6915,7 @@ exports.issues = {
|
|
|
6915
6915
|
}
|
|
6916
6916
|
},
|
|
6917
6917
|
testaro: {
|
|
6918
|
-
|
|
6918
|
+
targetSmall: {
|
|
6919
6919
|
variable: false,
|
|
6920
6920
|
quality: 1,
|
|
6921
6921
|
what: 'Button, input, or non-inline link is smaller than 44 px wide and high'
|
|
@@ -6935,6 +6935,13 @@ exports.issues = {
|
|
|
6935
6935
|
quality: 1,
|
|
6936
6936
|
what: 'Target size is substandard'
|
|
6937
6937
|
}
|
|
6938
|
+
},
|
|
6939
|
+
testaro: {
|
|
6940
|
+
targetTiny: {
|
|
6941
|
+
variable: false,
|
|
6942
|
+
quality: 1,
|
|
6943
|
+
what: 'Button, input, or non-inline link is smaller than 24 px wide and high'
|
|
6944
|
+
}
|
|
6938
6945
|
}
|
|
6939
6946
|
}
|
|
6940
6947
|
},
|