GitXplorerGitXplorer
A

react-tdd

public
7 stars
13 forks
0 issues

Commits

List of commits on branch master.
Verified
5b89aa901c4473a6f04ba5c79a8205f5d78f05bc

Add a code of conduct.

AAndrewSouthpaw committed 6 years ago
Unverified
28a97f21fe1c2b8d21bbcbaecfb03d1ef5d772c2

Add the tagline.

AAndrewSouthpaw committed 6 years ago
Unverified
88e2094a0e94310d6fa2eed320a732862d32d516

More comments.

AAndrewSouthpaw committed 6 years ago
Unverified
a6f357dfa1997cdc2b20727433e65295af209242

Clarify dependencies.

AAndrewSouthpaw committed 6 years ago
Unverified
bb3aa0025454103be5faa0d8d97cb9d8fcca1f7e

Move some files around.

AAndrewSouthpaw committed 6 years ago
Unverified
2176f0295531bfd37c1fc85144729ad337585679

Ignore dist folder.

AAndrewSouthpaw committed 6 years ago

README

The README file for this repository.

react-tdd

React testing utilities and education about React TDD.

Test Driven Development (TDD) is widely regarded as an effective and scalable approach to software design, but its adoption has stagnated in React. Writing useful frontend tests for real-world codebases turns out to be quite hard.

There's a two-fold purpose for react-tdd:

  1. Provide useful helper functions to facilitate writing better and more useful React tests, and
  2. Provide a source of education through articles and examples that tackle the kinds of real-world testing problems that usually stymie developers.

Helper Functions

react-tdd packages a collection of enzyme helper functions that allow developers to write more declarative React tests.

Install: yarn add -D react-tdd

Usage: until some docs are written, just check out the comments in the source code!

Education

Link to and discuss articles in articles.md and find examples of React tests organized under the examples folder.