Async-and-Unit-Testing

An introduction to Asynchronous programming and Unit testing

Stars
0

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 :)