An open API service indexing awesome lists of open source software.

https://github.com/craigtaub/unit-testing-rules

The why and what for my unit tests.
https://github.com/craigtaub/unit-testing-rules

coverage javascript nodejs snapshots tdd test-driven-development unit-testing

Last synced: 2 months ago
JSON representation

The why and what for my unit tests.

Awesome Lists containing this project

README

          

# unit-testing-rules

The why and what for my unit tests. Serving as a resource to come back and check at times of uncertainty.

- [Why](https://github.com/craigtaub/unit-testing-rules/blob/master/WHY.md)
- [Facts](https://github.com/craigtaub/unit-testing-rules/blob/master/FACTS.md)
- [Rules](https://github.com/craigtaub/unit-testing-rules/blob/master/RULES.md)

Additionally:
- [Coverage](https://github.com/craigtaub/unit-testing-rules/blob/master/COVERAGE.md)
- [Snapshots](https://github.com/craigtaub/unit-testing-rules/blob/master/SNAPSHOTS.md)