Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/erickwendel/mocking-with-node-test-runner-template
- Owner: ErickWendel
- Created: 2023-08-04T17:28:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-21T03:46:13.000Z (over 1 year ago)
- Last Synced: 2024-04-15T04:12:25.034Z (9 months ago)
- Topics: javascript, mocking, test-runner, testing
- Language: JavaScript
- Homepage: https://bit.ly/testes-em-servicos-video
- Size: 4.88 KB
- Stars: 63
- Watchers: 2
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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!