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
- Host: GitHub
- URL: https://github.com/timche/talk-unit-testing-ava-jest
- Owner: timche
- License: mit
- Created: 2018-04-27T12:42:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-27T12:42:24.000Z (about 8 years ago)
- Last Synced: 2025-03-20T17:52:57.946Z (over 1 year ago)
- Language: JavaScript
- Size: 158 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[](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`