Skip to content

ymulenll/testing-with-jest-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Worshop sobre pruebas unitarias con Jest

1ra sesión:

Instalar Jest

npm i jest @types/jest -D

Configurar scripts, en package.json

"scripts": {
  "test": "jest --watchAll"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published