jimp-native icon indicating copy to clipboard operation
jimp-native copied to clipboard

Improve testing

Open sjoerd108 opened this issue 1 year ago • 0 comments

Currenty jimp native is only tested through comparing the output of any given image operation to the upstream library. Some things that could be done to improve the stability of this library:

  • [X] Test JS glue code
  • [ ] Unit test C++ implementations using a C++ test runner
  • [X] Test asyncified versions of calls better as some have extra logic to deal with running async that currently goes untested

sjoerd108 avatar Apr 15 '23 14:04 sjoerd108