Skip to content

An introduction to Asynchronous programming and Unit testing

Notifications You must be signed in to change notification settings

reMRKableDev/Async-and-Unit-Testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An introduction to Asynchronous programming and Unit testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published