Skip to content
Next Next commit
troubleshooting error
  • Loading branch information
PieterVanPoyer committed Jul 6, 2021
commit 34c7ada03d646079845fb7b5efe0f63ed1dfb2cc
1 change: 1 addition & 0 deletions tests/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -3835,6 +3835,7 @@ exports.defineAutoTests = function () {

var img = new Image(); // eslint-disable-line no-undef
img.onerror = function (err) {
console.log('Current error', err);
expect(err).not.toBeDefined();
done();
};
Expand Down