https://github.com/ruyadorno/the-one-with-test-coverage
Demo repo for my test coverage talk from JS Montreal 10/2019
https://github.com/ruyadorno/the-one-with-test-coverage
Last synced: 16 days ago
JSON representation
Demo repo for my test coverage talk from JS Montreal 10/2019
- Host: GitHub
- URL: https://github.com/ruyadorno/the-one-with-test-coverage
- Owner: ruyadorno
- License: mit
- Created: 2019-10-15T18:40:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:46:28.000Z (over 2 years ago)
- Last Synced: 2025-02-13T19:45:50.746Z (2 months ago)
- Language: JavaScript
- Homepage: https://speakerdeck.com/ruyadorno/achieving-peace-of-mind-through-test-coverage
- Size: 263 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# the-one-with-test-coverage
Example repo that has a simplistic server implementation and multiple variations of tests around it.
The goal is to provide pratical examples of testing patterns that can help you improve the quality of teste coverage in your test suite.
## Slides
Find the slides for the talk here: https://speakerdeck.com/ruyadorno/achieving-peace-of-mind-through-test-coverage
## How to
Simply navigate the **git history** of this repository using the client of your choice in order to follow the steps as-presented in the talk from 8 October 2019 at [JS Montreal](http://js-montreal.org/).
The [jest](./tree/jest) branch contains the diverse solutions presented during the demo using the [Jest](https://jestjs.io/) testing framework, while the [tap](./tree/tap) branch contains the base setup for tests using [Node Tap](https://node-tap.org/) framework.
## License
[MIT](LICENSE) © 2019 [Ruy Adorno](http://ruyadorno.com)