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.
- Host: GitHub
- URL: https://github.com/bobbyg603/unit-testing-in-2023
- Owner: bobbyg603
- Created: 2022-01-08T17:45:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-21T15:26:54.000Z (over 3 years ago)
- Last Synced: 2025-07-04T12:07:28.954Z (about 1 year ago)
- Topics: jasmine, javascript, node, testing, typescript
- Language: TypeScript
- Homepage: https://betterprogramming.pub/unit-testing-software-in-2022-b3ac00962c65#6806-fac6331a13e8
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```