Skip to content

Latest commit

 

History

History

2019-workshop-sapper

TODO

Presentation about Jest given at Socialbakers.

See slides.md.

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