Releases: Legitcode/tests
Releases · Legitcode/tests
0.3.3
fixed bug with shallow rendering
0.3.2
- Added shallow rendering
0.3.1
fixed issue with finding a component instance
0.3.0
Added jsdom to the library itself, see #6 for more info!
0.2.5
Native methods! If you're using built in stuff, like find
you can do .find('div')
vs .use(Find, 'div')
0.2.4
added finding a component instance via the Find
middleware
0.2.3
- Added simulate middleware
- added arrow function support
0.1.0
- changed
.end
to .test
and made it chainable, multiple tests can be done at once in between middleware