Skip to content

Selleo/react_testing_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example app to show good practices in React testing

Setup

run yarn install

Start the app

run yarn start

Run the tests

run yarn test

Contribution rules

  • Create your branch and when the component is ready make a PR & merge it.
  • Add your component to /src/cases/yourfoldername
  • The component should be simplified version of your production component that you want to test during haxxorz
  • Add your component and paths to examples in /src/cases/index.js (follow the pattern)

Additional info

For styling use react-bootstrap

About

Repository where we show how to test components in React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •