https://github.com/rangle/rangle-academy-unit-testing
Workshop for Unit Testing
https://github.com/rangle/rangle-academy-unit-testing
Last synced: about 1 year ago
JSON representation
Workshop for Unit Testing
- Host: GitHub
- URL: https://github.com/rangle/rangle-academy-unit-testing
- Owner: rangle
- Created: 2016-08-05T16:03:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-03-30T07:18:40.000Z (about 5 years ago)
- Last Synced: 2025-03-24T14:12:57.315Z (about 1 year ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started
```
npm install
```
# Npm Commands
- `npm run tdd` : Run the test suite in watch mode
- `npm run test` : Run the test suite once
- `npm run coverage` : Run the coverage reporter for the test suite