Plain Node.js tests are functional, but don't offer much in the way of error/test failure reporting. A testing framework (like the one built into Node.js or Vitest) will help with that.
[ ] Pick testing framework
[ ] Rewrite unit-tests
[ ] Update test script in package.json to use testing framework
Plain Node.js tests are functional, but don't offer much in the way of error/test failure reporting. A testing framework (like the one built into Node.js or Vitest) will help with that.