https://github.com/ruyadorno/create-100-workshop
The road to 100% test coverage workshop
https://github.com/ruyadorno/create-100-workshop
Last synced: about 1 month ago
JSON representation
The road to 100% test coverage workshop
- Host: GitHub
- URL: https://github.com/ruyadorno/create-100-workshop
- Owner: ruyadorno
- License: mit
- Created: 2023-11-04T21:06:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-08T17:09:38.000Z (over 1 year ago)
- Last Synced: 2025-02-28T10:04:01.014Z (about 2 months ago)
- Language: JavaScript
- Size: 77.1 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Road to 100% test coverage workshop
This repo contains the code generator for the session **The Road to 100% test
coverage workshop** presented at NodeConf EU 2023.You can see the slides for this workshop here:
## Prerequisites
`node18+`, make sure the `npm` and `npx` commands are available.
## Usage
Create a new empty folder in a suitable location on your machine, then using a
terminal, navigate to that folder and run:```sh
npm init @ruyadorno/100-workshop
```Or alternatively you can also run using `npx`:
```sh
npx @ruyadorno/create-100-workshop
```### Navigating the workshop steps
The workshop is composed by 10 steps which add missing tests and refactor the
initial module generated. In order to execute a specific step, run:```sh
npx @ruyadorno/create-100-workshop --step=1
```## License
[MIT](LICENSE) © 2023 [Ruy Adorno](http://ruyadorno.com)