Documentación oficial sobre Jest
- Instalaciones de desarrollo (super test es útil para probar Express)
npm install -D jest @types/jest ts-jest supertest
Documentación oficial sobre Jest
npm install -D jest @types/jest ts-jest supertest
| export const db = [ | |
| { | |
| id: 1, | |
| nombre: 'Lukather', | |
| imagen: 'guitarra_01', | |
| descripcion: 'Morbi ornare augue nisl, vel elementum dui mollis vel. Curabitur non ex id eros fermentum hendrerit.', | |
| precio: 299, | |
| }, | |
| { | |
| id: 2, |