comparadise-utils 0.0.13 → 0.0.14

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.
@@ -43,7 +43,7 @@ function verifyImages() {
43
43
  }
44
44
  }
45
45
  function matchScreenshot(subject, args) {
46
- const { rawName, options = {} } = args ?? {};
46
+ const { rawName, options = {} } = args || {};
47
47
  // Set up screen
48
48
  forceFont();
49
49
  // Making sure each image is visible before taking screenshots
package/package.json CHANGED
@@ -29,5 +29,5 @@
29
29
  "build": "tsc",
30
30
  "postbuild": "echo \"require('./dist/match-screenshot');\" > commands.js"
31
31
  },
32
- "version": "0.0.13"
32
+ "version": "0.0.14"
33
33
  }