-
Notifications
You must be signed in to change notification settings - Fork 4
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 / TDD #28
Comments
The short time period I'm not sure introducing TDD into the mix is ideal. There's some ideas I thought we could try from obeythetestinggoat.com This is a rather new way of coding for me other than looking at a tutorial and diving right in. At least having or learning to create a few unit test and maybe an integration test would be useful later on. |
The consensus appears to be that Jest is easy to start using immediately, and Moch/Chai takes a bit of setting up. |
@patricktownley Are you interested writing up some unit test with me? |
I would to take a stab at this again with Jest. |
Just starting to make tests for another project. Once I complete a few tests there I'll start generating some here. |
User Story
There are some on-going unit tests / or some TDD taking place behind the scenes
Acceptance Criteria
Every run/build some unit tests are run to ensure we're keeping working state as we're building features; integration tests to also ensure major components are tied together correctly
Definition of Done
This would ideally on-going through the rest of the project and epic, however, if there are unit tests and integration tests for each of the following below that should cover at least a few bases:
The text was updated successfully, but these errors were encountered: