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

Add automated testing #19

Open
jensren opened this issue Nov 11, 2021 · 0 comments
Open

Add automated testing #19

jensren opened this issue Nov 11, 2021 · 0 comments
Labels

Comments

@jensren
Copy link
Collaborator

jensren commented Nov 11, 2021

Testing is important for any software project, and it's easier to set up tests early in the project. Automated testing will also make our project easier to review, refactor, and maintain.

Current State

  • Babel Jest is installed
  • We have some files that seem like tests, but these files are all demos and not real tests

Goals for this Epic

  • All components have unit tests, unless there is a good reason not to
  • Unit tests are written in Jest
  • Update documentation to reflect that this project now requires tests. Developers with no jest experience can find some linked tutorials/articles
  • PR template reflects that this project now requires tests
@jensren jensren added the Epic label Nov 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant