mirror of
https://github.com/idrawjs/idraw
synced 2026-05-24 01:58:27 +00:00
chore: update testing
This commit is contained in:
parent
4125d5dd3a
commit
c9a5c7f76c
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue