Skip to content

An app containing the code I use in my react testing talk

Notifications You must be signed in to change notification settings

KhalfaniW/react-test-talk-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What

This project shows some sample tests for the presentation in React Chicago to write in react.

How

  1. Install needed packages with with npm i

  2. run all tests using npm test

  3. run one test using npm test -- [file-path]

for example you can run npm test -- ./src/snippets/MyApp-V1/MyApp-clean.test.js from this directory

  1. edit the tests and rerun them

Notes:

The test ./src/snippets/second-example-failing-test.test.js should fail. Make it look like ./src/snippets/first-example.test.js to make it pass.

About

An app containing the code I use in my react testing talk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published