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

Unit Tests #40

Open
rgraue opened this issue May 13, 2024 · 0 comments
Open

Unit Tests #40

rgraue opened this issue May 13, 2024 · 0 comments

Comments

@rgraue
Copy link
Collaborator

rgraue commented May 13, 2024

Description

We need unit tests. Unit tests a must for code quality, and also provide a great tool to tet functionality locally in an isolated fashion.

Technical Notes

implement https://jestjs.io/docs/getting-started for unit tests.

Test naming conventions should be <file>.test.js and live next to the file they are testing. ie:

folder
|__ file.js
|__file.test.js

Risks

[Add Risks]

Related Issues Or Discussions

[...Issues]

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