testaro 71.0.2 → 71.0.3

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 -2
  2. package/package.json +1 -1
package/netWatch.js CHANGED
@@ -185,8 +185,6 @@ exports.netWatch = async (isForever, intervalInSeconds, isCertTolerant = true) =
185
185
  console.log(
186
186
  `${reportLogStart}response message: ${JSON.stringify(ackObj, null, 2)}\n`
187
187
  );
188
- // Wait for the specified interval.
189
- await wait(1000 * intervalInSeconds);
190
188
  }
191
189
  // If it is not JSON:
192
190
  catch(error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testaro",
3
- "version": "71.0.2",
3
+ "version": "71.0.3",
4
4
  "description": "Run 1000 web accessibility tests from 11 tools and get a standardized report",
5
5
  "main": "index.js",
6
6
  "scripts": {