An open API service indexing awesome lists of open source software.

https://github.com/timche/talk-unit-testing-ava-jest

Slides and examples from my talk at HannoverJS in April 2018
https://github.com/timche/talk-unit-testing-ava-jest

Last synced: 2 months ago
JSON representation

Slides and examples from my talk at HannoverJS in April 2018

Awesome Lists containing this project

README

          

# Talk: Unit Testing with Ava and Jest

> Slides and examples from my talk at HannoverJS in April 2018

## VOD

[![YouTube](https://img.youtube.com/vi/0_cVKQQUWx4/0.jpg)](https://www.youtube.com/watch?v=0_cVKQQUWx4)

## Slides

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

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

## Examples

The examples for [Ava](https://github.com/avajs/ava) and [Jest](https://facebook.github.io/jest/) of this talk can be found in the `examples` folder.

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