Clear img.onload to prevent errors for testing
npm install @segment/clear-images

Clear img.onload to prevent errors for testing.
``sh`
$ npm install @segment/clear-images
Sets img.onload to an empty function so no errors are thrown in any onload callbacks.
Overrides the window.Image constructor to watch when images are created.
Sets window.Image` back to normal.