Skip to content

Commit

Permalink
fix: default values (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
bokuweb committed Dec 25, 2021
1 parent 59212bc commit 2261fc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Expand Up @@ -149,12 +149,12 @@ module.exports = (params: RegParams) => {
expectedDir,
diffDir,
json,
concurrency,
concurrency = 4,
update,
report,
urlPrefix,
threshold,
matchingThreshold,
matchingThreshold = 0,
thresholdRate,
thresholdPixel,
enableAntialias,
Expand Down

0 comments on commit 2261fc2

Please sign in to comment.