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

https://github.com/robertlorenz/unit-testing

Unit testing demonstration project for university course
https://github.com/robertlorenz/unit-testing

javascript jest unit-testing

Last synced: about 1 month ago
JSON representation

Unit testing demonstration project for university course

Awesome Lists containing this project

README

          

# unit-testing

### Project setup

1. Clone the repository :

`git clone https://github.com/RobertLorenz/unit-testing.git`

2. Run the following command:

`npm install`

3. Run tests with `npm test` command