oslabs-beta / ReactionTime

ReactionTime provides a simpler way to write tests for React's Experimental Concurrent Mode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReactionTime

Preview

What is ReactionTime

ReactionTime is an application to help users build tests for the newest features of React Concurrent mode.

How to install

Looking for the application? Navigate to reactiontimeapp.com to install it on windows or mac!

ReactionTime Download

Quick Start

  1. Install Jest and React-Testing-Library into your application
  2. Create a new file (should end in .test.js)
  3. Import Jest and React-Testing-Library at the top of that file
  4. Import React and Components that you plan on testing at the top of that file
  5. Generate tests using ReactionTime and the names of those components:

ReactionTime Download

  1. Paste those tests into your .test.js file
  2. Enjoy all the green checks ✔️✔️✔️✔️

Team

Christian Hubbard @christianhubbard, Jimmy Phong @jayacados, Jae Myung @jhm304, Tony Shen @tshen815

About

ReactionTime provides a simpler way to write tests for React's Experimental Concurrent Mode.


Languages

Language:TypeScript 61.2%Language:JavaScript 35.7%Language:HTML 2.2%Language:CSS 0.8%