Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juanstromanilz/fizzbuzz-jest
El clásico ejercicio de fizzbuzz pero implementando jest para testear las funciones.
https://github.com/juanstromanilz/fizzbuzz-jest
Last synced: 10 days ago
JSON representation
El clásico ejercicio de fizzbuzz pero implementando jest para testear las funciones.
- Host: GitHub
- URL: https://github.com/juanstromanilz/fizzbuzz-jest
- Owner: JuanStromanIlz
- Created: 2021-10-04T14:18:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-04T14:31:53.000Z (about 3 years ago)
- Last Synced: 2023-09-06T03:25:42.578Z (about 1 year ago)
- Language: JavaScript
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FIZZBUZZ
El clasico ejercicio de fizzbuzz pero implementando jest para testear las funciones.Para ejecutarlo
> npm init && npm test