diff --git a/src/compare.ts b/src/compare.ts index ed23f722..a72f4f44 100644 --- a/src/compare.ts +++ b/src/compare.ts @@ -23,8 +23,8 @@ export const compare = async (config: Config): Promise => diffDir: path.join(workspace(), constants.DIFF_DIR_NAME), json: path.join(workspace(), constants.JSON_NAME), report: config.reportFilePath ?? undefined, - update: false, - // ignoreChange: true, + // update: false, TODO: + // ignoreChange: true, TODO: urlPrefix: '', thresholdPixel: config.thresholdPixel, thresholdRate: config.thresholdRate,