Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use testing framework for unit-tests #22

Open
4 tasks
mjwwit opened this issue Oct 29, 2024 · 0 comments
Open
4 tasks

Use testing framework for unit-tests #22

mjwwit opened this issue Oct 29, 2024 · 0 comments

Comments

@mjwwit
Copy link
Owner

mjwwit commented Oct 29, 2024

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
@mjwwit mjwwit added this to the Modernize Project milestone Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant