Skip to content

chrishutchinson/talk-react-testing-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test like you mean it with React Testing Library

A talk written for React London, 25th July 2019

Quick links

Presentation

You can view the whole presentation here. The slides are built using mdx-deck.

Local development

To run the interactive presentation locally:

  1. Install the dependencies
$ yarn
  1. Run the app
$ yarn present

PDF slides

There are non-interactive PDF slides available here.

Video recording

A video of the talk has been made available on YouTube at https://youtu.be/rLYr2yNzC4Y. More details of the talk, and the other talks from the event, are available on the React London meetup page.

Demos

The /demos folder contains all the example code, along with working Jest tests. To run those:

  1. Install the dependencies
$ yarn
  1. Run the tests
$ yarn test