Skip to content

Latest commit

 

History

History

2018-sbks-jest

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Testing With Jest

Presentation about Jest given at Socialbakers.

See slides.md or the presentation.

Running Examples

  • npm i
  • npm test to run all tests
  • npx jest --watch to run immersive watch mode
  • npx jest -u to update snapshots)

Editing Slides

Slides are made with reveal-md.

  • npm start to run built-in server
  • npm run build to export slides to docs/ folder