Skip to content

RaphaelBRodrigues/react-jest-exemple

Repository files navigation

React Test Exemples

A bunch of exemples using Jest and Testing Library

Exemples

Jest CLI Flags

  • yarn jest --watch
    • Run and watch all tests related to the changed file
  • yarn jest --watchAll
    • Run and watch all tests
  • yarn jest -t <ComponentName />
    • Run a specific test suit (describe(string))
  • yarn jest --collectCoverage
    • Run all tests and creates a coverage file

Libraries

About

A bunch of exemples using Jest and Testing Library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published