Skip to content

Demo App to show the implementation of unit tests using react-testing-library.

Notifications You must be signed in to change notification settings

lucasquinteiro/react-testing-demo-app

Repository files navigation

This is a demo app to show how to test a React (Next.js) app using react-testing-library.

Running locally

  • yarn install
  • yarn dev

Testing

To run all the tests:

yarn test-all

To run only one test suite, for example Users:

npx jest -- Users

About

Demo App to show the implementation of unit tests using react-testing-library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published