chore: update testing

This commit is contained in:
chenshenhai 2021-07-15 15:31:32 +08:00
parent 4125d5dd3a
commit c9a5c7f76c

View file

@ -65,7 +65,7 @@ describe('Screenshot testing', function() {
assert.ok(rateList.length > 0);
rateList.forEach((data) => {
// console.log(`${data.path}]diff-rate: ${data.rate}`, );
assert.ok(data.rate < 0.005);
assert.ok(data.rate < 0.04);
});
done();