Skip to content

React testing workshop for my talk at ReactDevsKE Meetup at Moringa School (6/4/2024)

Notifications You must be signed in to change notification settings

apella1/react-testing-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c3b8b33 · Apr 7, 2024

History

4 Commits
Apr 5, 2024
Apr 5, 2024
Apr 5, 2024
Apr 5, 2024
Apr 5, 2024
Apr 7, 2024
Apr 5, 2024
Apr 5, 2024
Apr 5, 2024
Apr 5, 2024
Apr 5, 2024
Apr 5, 2024
Apr 5, 2024
Apr 5, 2024
Apr 5, 2024

Repository files navigation

React Testing Workshop

Setting Up

  • Run yarn to install the dependencies.
  • Run yarn dev to start the development server.

Running Tests

  • Run yarn test to run all the tests on the terminal.
  • Run yarn test:ui to run all the tests both on the terminal and using Vitest UI.

Sample solutions

  • Sample solutions have been included in the sample-solutions branch.
  • Run git checkout sample-solutions to switch to the branch.

About

React testing workshop for my talk at ReactDevsKE Meetup at Moringa School (6/4/2024)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published