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

https://github.com/thomas-basham/intro-to-unit-testing


https://github.com/thomas-basham/intro-to-unit-testing

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# intro-to-unit-testing

## Getting Started

- Click "use this template" at the top right corner of this repository's web page
- Create a new repository
- Clone the repo to your machine
- install packages with `npm install`
- run tests with `npm test`
- Achieve %100 testing coverage by writing unit tests in the `utility.test.js` file