/talk-unit-testing-ava-jest

Slides and examples from my talk at HannoverJS in April 2018

Primary LanguageJavaScriptMIT LicenseMIT

Talk: Unit Testing with Ava and Jest

Slides and examples from my talk at HannoverJS in April 2018

VOD

YouTube

Slides

The slides for this talk can be found in the slides folder.

  1. Install the dependencies with npm install
  2. Start the web server with npm start
  3. localhost:3000 will be opened automatically in the browser

Examples

The examples for Ava and Jest of this talk can be found in the examples folder.

  1. Install the dependencies in both of them with npm install
  2. Run the tests for both with npm test