simondereuver / image-rec

2 stars 0 forks source link

Research framework for unit testing #16

Closed simondereuver closed 11 months ago

simondereuver commented 1 year ago

Research and find out good frameworks for unit testing and decided upon what will be used.

Edit: running instructions and more is in another issue, testing framework as been chosen and other tasks of this issue will be completed in other issues.

simondereuver commented 1 year ago

Frameworks to consider are : Jasmine, Mocha, Jest, Karma and AVA. Seems to be wellknown and popular testing frameworks and some of them has nice built in features such as code coverage so more.

simondereuver commented 11 months ago

Mocha has been chosen as framework since it supports both synchronous and asynchronous testing. Codecoverage that will be used is something called nyc (previously Istanbul).