You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Configure good test matrix in GitHub actions
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: