Skip to content

Releases: Legitcode/tests

0.3.3

16 Sep 21:39
Compare
Choose a tag to compare

fixed bug with shallow rendering

0.3.2

16 Sep 18:11
Compare
Choose a tag to compare
  • Added shallow rendering
  • 0.3.1 fixed issue with finding a component instance

0.3.0

16 Sep 17:23
Compare
Choose a tag to compare

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

0.2.5

16 Sep 07:45
Compare
Choose a tag to compare

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

0.2.4

16 Sep 06:02
Compare
Choose a tag to compare

added finding a component instance via the Find middleware

0.2.3

11 Sep 22:04
Compare
Choose a tag to compare
  • Added simulate middleware
  • added arrow function support

0.1.3

11 Sep 02:36
Compare
Choose a tag to compare

simplified callbacks

0.1.0

11 Sep 02:16
Compare
Choose a tag to compare
  • changed .end to .test and made it chainable, multiple tests can be done at once in between middleware

0.0.1

10 Sep 23:46
Compare
Choose a tag to compare

initial release