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

https://github.com/bobbyg603/unit-testing-in-2023

Companion repository for Getting Started With Unit Testing Software in 2023.
https://github.com/bobbyg603/unit-testing-in-2023

jasmine javascript node testing typescript

Last synced: 2 months ago
JSON representation

Companion repository for Getting Started With Unit Testing Software in 2023.

Awesome Lists containing this project

README

          

# Getting Started With Unit Testing Software in 2023

Companion repository for [Getting Started With Unit Testing Software in 2023](https://betterprogramming.pub/unit-testing-software-in-2022-b3ac00962c65#6806-fac6331a13e8).

If you found value in this example, please subscribe to my [YouTube](https://www.youtube.com/c/bobbyg603) channel where I release video tutorials 🙂.

## Setup

Intall dependencies
```
npm i
```

Verify the install
```
npm test
```

Run the program
```
npm start
```