Skip to content

MatthewPalmer9/react-unit-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Unit Testing

This repo is not a project persay. It is a documentation on my unit testing studies. If you would like to run these tests for any reason, you will need to clone this repo by typing git clone https://www.github.com/matthewpalmer9/react-unit-testing into your IDE terminal.

A note on dependencies

If you run into any errors, please be sure you have installed the necessary dependencies associated with this repo by typing bundle install in your IDE terminal.

Unit Testing Dependencies Used

  • '@testing-library/react'
    • { render, cleanup }
  • '@testing-library/jest-dom/extend-expect'
  • renderer from 'react-test-renderer'

About

A repo used for studying unit testing for react DOM/components.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published