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

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

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