testaro 72.1.0 → 72.1.1

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": "testaro",
3
- "version": "72.1.0",
3
+ "version": "72.1.1",
4
4
  "description": "Run 1000 web accessibility tests from 11 tools and get a standardized report",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -19,7 +19,7 @@ const https = require('https');
19
19
 
20
20
  // PARAMETERS
21
21
 
22
- const MIN_CONFIDENCE = 0.5;
22
+ const MIN_CONFIDENCE = 0.8;
23
23
  const MAX_MARGIN = 100;
24
24
  const MAX_TOTAL = 2000;
25
25
  const MAX_QUALIFYING = 100;