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

https://github.com/remrkabledev/async-and-unit-testing

An introduction to Asynchronous programming and Unit testing
https://github.com/remrkabledev/async-and-unit-testing

Last synced: about 1 year ago
JSON representation

An introduction to Asynchronous programming and Unit testing

Awesome Lists containing this project

README

          

# Asynchronous programming + Unit Testing

Looks at JavaScript Asynchronous programming techniques such as Callbacks, Promises, Async ... Await.

Additionally, introduces unit testing and usage of Jest testing framework.

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

### Prerequisites

What things you need installed on your local machine.

```
Text editor (I use VSCode)
NPM
Git
```

### How To:

To use the app:

```
1. Fork and/or Clone repo.
2. Run 'npm install' on your local repo so as to get the required dependencies.
3. Run tests with 'npm test' or 'npm run test'.
```

Have fun :)