Description
This card will be assessed according to the Production-ready Dev Environment Rubric.
Motivation
A running test suite makes it easier to add new tests, which will encourage developers to test their code. Which is a good thing.
Finish Line
Front-end codebase should have a running test suite (Jest, react-testing-library, usually)
Back-end codebase should have a running test suite (Jest, usually)
Notes
If you don't have a front-end (you're building an API, for example), then simply make sure that each codebase you are building has a running test suite.
Description
This card will be assessed according to the Production-ready Dev Environment Rubric.
Motivation
A running test suite makes it easier to add new tests, which will encourage developers to test their code. Which is a good thing.
Finish Line
Front-end codebase should have a running test suite (Jest, react-testing-library, usually)
Back-end codebase should have a running test suite (Jest, usually)
Notes
If you don't have a front-end (you're building an API, for example), then simply make sure that each codebase you are building has a running test suite.