We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31482fe commit ce0c412Copy full SHA for ce0c412
packages/devextreme-cli/testing/utils/imageComparator.js
@@ -21,7 +21,6 @@ async function compareImages({ imageBuffer, snapshotPath, diffPath, threshold =
21
22
return new Promise((resolve, reject) => {
23
looksSame(imageBuffer, fs.readFileSync(snapshotPath), {
24
- strict: true,
25
tolerance: threshold,
26
}, (err, { equal }) => {
27
if(err) return reject(err);
0 commit comments