AndrewSouthpaw / react-tdd-workshop

A workshop on React TDD.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-tdd-workshop

A workshop on React TDD.

Installation

$ yarn

Running a module

Navigate into the exercise/lecture, then run:

$ yarn start

This will launch the dev server that lets you run the app.

Running tests

Navigate into the exercise/lecture, then run:

$ yarn test

The watch functionality has issues with longer console.log debug statements, so if you find your debug printouts getting cut off, you can change to run tests on all files (press a).

About

A workshop on React TDD.

License:GNU General Public License v3.0


Languages

Language:JavaScript 73.4%Language:HTML 21.4%Language:CSS 5.2%