Tests Versions Save

Chainable, easy to read, React testing library

0.3.3

8 years ago

fixed bug with shallow rendering

0.3.2

8 years ago
  • Added shallow rendering
  • 0.3.1 fixed issue with finding a component instance

0.3.0

8 years ago

Added jsdom to the library itself, see #6 for more info!

0.2.5

8 years ago

Native methods! If you're using built in stuff, like find you can do .find('div') vs .use(Find, 'div')

0.2.4

8 years ago

added finding a component instance via the Find middleware

0.2.3

8 years ago
  • Added simulate middleware
  • added arrow function support

0.1.3

8 years ago

simplified callbacks

0.1.0

8 years ago
  • changed .end to .test and made it chainable, multiple tests can be done at once in between middleware

0.0.1

8 years ago

initial release