testaro 70.0.3 → 70.1.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.
Files changed (2) hide show
  1. package/netWatch.js +0 -3
  2. package/package.json +1 -1
package/netWatch.js CHANGED
@@ -95,9 +95,6 @@ exports.netWatch = async (isForever, intervalInSeconds, isCertTolerant = true) =
95
95
  .on('error', async error => {
96
96
  // Report it.
97
97
  console.log(`${logStart}error message ${error.message}`);
98
- // Stop checking.
99
- abort = true;
100
- resolve(true);
101
98
  })
102
99
  // If the response delivers data:
103
100
  .on('data', chunk => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testaro",
3
- "version": "70.0.3",
3
+ "version": "70.1.0",
4
4
  "description": "Run 1000 web accessibility tests from 11 tools and get a standardized report",
5
5
  "main": "index.js",
6
6
  "scripts": {