Skip to content

Commit

Permalink
tests: Fix iOS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
breautek committed Feb 15, 2021
1 parent a4a7bfe commit 7b5b08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -3698,7 +3698,7 @@ exports.defineAutoTests = function () {

var img = new Image(); // eslint-disable-line no-undef
img.onerror = function (err) {
expect(err).not.toBeDefined();
expect(err).withContext(err.toString()).not.toBeDefined();
done();
};
img.onload = function () {
Expand Down

0 comments on commit 7b5b08b

Please sign in to comment.