Sunday 21 April 2019

Node Unit Testing Image Resizing with Jest

I have a function which, dependent upon a series of arguments, resizes images in particular ways and to particular dimensions.What would be the best way to test that method with Jest, considering it requires a valid image file?Thank you.

Submitted April 22, 2019 at 01:58AM by JamieCorkhill

No comments:

Post a Comment