Refactor tests to use jasmine instead of jest
vmax opened this issue · 1 comments
vmax commented
Problem to Solve
JS tests should use a unit test library
Current Workaround
jest
is used
Proposed Solution
use jasmine
instead
Additional Information
Reasons for refactoring tests:
jasmine
is natively supported inrules_nodejs
jasmine
has way less dependencies thanjest