testaro 36.2.0 → 36.2.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": "36.2.0",
3
+ "version": "36.2.1",
4
4
  "description": "Run 1000 web accessibility tests from 10 tools and get a standardized report",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/testaro/motion.js CHANGED
@@ -51,7 +51,6 @@ exports.reporter = async page => {
51
51
  delayBefore: 2000,
52
52
  delayBetween: 3000
53
53
  });
54
- console.log(JSON.stringify(data, null, 2));
55
54
  // If the screenshots succeeded:
56
55
  if (data.success) {
57
56
  // If any pixels were changed: