Closed jtag05 closed 7 years ago
I ran into an issue where programmatically creating an Image was causing tests to crash. I then noticed the Image constructor wasn't in your keys.js
Image
keys.js
Adding this resolved my issue.
Great work! Thank you for your contribution 😍
I ran into an issue where programmatically creating an Image was causing tests to crash. I then noticed the
Image
constructor wasn't in yourkeys.js
Adding this resolved my issue.