Jest/Enzyme Image onload callback not being ran
Ok I figured it all out thanks to Andrew's comment above.
To make this work locally you have to have the canvas package installed with "testEnvironmentOptions": { "resources": "usable" },
setup in the Jest section of the package.json
.