testaro 5.1.2 → 5.1.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.
package/htmlcs/HTMLCS.js CHANGED
@@ -6321,10 +6321,8 @@
6321
6321
  self.output(messages[i]);
6322
6322
  msgCount[messages[i].type]++;
6323
6323
  }
6324
- console.log("done");
6325
6324
  }, function () {
6326
6325
  console.log("Something in HTML_CodeSniffer failed to parse. Cannot run.");
6327
- console.log("done");
6328
6326
  }, "en");
6329
6327
  return Array.from(messageStrings);
6330
6328
  };
@@ -7968,4 +7966,4 @@
7968
7966
  };
7969
7967
  }(); // Expose globals.
7970
7968
  return _global;
7971
- }));
7969
+ }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testaro",
3
- "version": "5.1.2",
3
+ "version": "5.1.3",
4
4
  "description": "Automation of accessibility testing",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/run.js CHANGED
@@ -257,6 +257,7 @@ const closeBrowsers = async () => {
257
257
  await browser.close();
258
258
  }
259
259
  }
260
+ browsers = [];
260
261
  };
261
262
  // Launches a browser.
262
263
  const launch = async typeName => {