Skip to content

Commit ce0c412

Browse files
committed
fix strict
1 parent 31482fe commit ce0c412

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/devextreme-cli/testing/utils/imageComparator.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ async function compareImages({ imageBuffer, snapshotPath, diffPath, threshold =
2121

2222
return new Promise((resolve, reject) => {
2323
looksSame(imageBuffer, fs.readFileSync(snapshotPath), {
24-
strict: true,
2524
tolerance: threshold,
2625
}, (err, { equal }) => {
2726
if(err) return reject(err);

0 commit comments

Comments
 (0)