Skip to content

Instantly share code, notes, and snippets.

@SigurdMW
Last active June 17, 2020 10:18
Show Gist options
  • Save SigurdMW/65d78e55da9f1a27285a08dfc296ab06 to your computer and use it in GitHub Desktop.
Save SigurdMW/65d78e55da9f1a27285a08dfc296ab06 to your computer and use it in GitHub Desktop.
Test

Testing tools

Unit tests:

  • Jest
  • React Testing Library
  • Faker (generate mock data)
  • msw (mock server)

End to end tests

  • Cypress
  • Puppeteer / playwright?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment