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
- Host: GitHub
- URL: https://github.com/thomas-basham/intro-to-unit-testing
- Owner: Thomas-Basham
- Created: 2024-02-03T17:47:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-03T17:51:06.000Z (almost 2 years ago)
- Last Synced: 2024-12-31T00:43:12.231Z (about 1 year ago)
- Language: HTML
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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