typedb/typedb-driver-nodejs

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 in rules_nodejs
  • jasmine has way less dependencies than jest
vmax commented

Fixed by #48