Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/erickwendel/mocking-with-node-test-runner-template

Template inicial do meu video sobre testes unitários em serviços
https://github.com/erickwendel/mocking-with-node-test-runner-template

javascript mocking test-runner testing

Last synced: 2 months ago
JSON representation

Template inicial do meu video sobre testes unitários em serviços

Awesome Lists containing this project

README

        

# mocking-with-node-test-runner-template

Initial template for my youtube video on [unit testing services (databases, files, web APIs, etc) - pt-br](https://bit.ly/testes-em-servicos-video).

First of all, leave a star in this repo ⭐️

## Running

Make sure you're using Node.js v20+ and run

```sh
npm ci --silent
npm start
```

## Thanks!

Consider mentioning me on [Twitter](https://twitter.com/erickwendel_/), [linkedin](https://linkedin.com/in/erickwendel/), or [instagram](https://www.instagram.com/erickwendel_/) about the experiments and ideas this repo may have brought to you.

Enjoy!