testaro 72.3.1 → 72.3.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/testaro/allCaps.js +1 -1
package/package.json
CHANGED
package/testaro/allCaps.js
CHANGED
|
@@ -148,7 +148,7 @@ exports.reporter = async (_, catalog, withItems) => {
|
|
|
148
148
|
.filter(({confidence}) => confidence >= MIN_CONFIDENCE)
|
|
149
149
|
.map(({index, confidence}) => ({
|
|
150
150
|
catalogIndex: String(index),
|
|
151
|
-
what: `
|
|
151
|
+
what: `Claude Haiku has ${Math.round(confidence * 100)}% confidence that the element contains unnecessarily all-capital text`
|
|
152
152
|
}));
|
|
153
153
|
const evaluated = classifications.length;
|
|
154
154
|
const leftOut = qualifying.length - evaluated;
|