Tags: MatanBobi/vue-testing-library
Tags
fix: Make fireEvent.update work with lazy modifier (testing-library#183) - switched to use change event if lazy modifier is found on element - updated form unit test to test lazy input and textarea Co-authored-by: Jesse Knowles <jknowles@westjet.com>
feat: Add env to turn off fireEvent.update warning (testing-library#181) * add env to turn off warning: `VTL_SKIP_WARN_EVENT_UPDATE`
feat: Rename setProps to rerender (testing-library#174) * Suggest update when using fireEvent.input or fireEvent.change * Rename setProps to rerender. * Remove travis in favor on GH Action. We're already using it in master, and deployment won't work unless we leverage actions here, too.
feat: Warn using fireEvent.input() or .change() and suggest fireEvent… ….update() (testing-library#166) * Add warning message to fireEvent input and change when called directly testing-library#83 * Add user event test case * Reword warning message to include used event key * Fix template literal for warning messages
fix: allow multiple calling of updateProps (testing-library#170) * Changed updateProps to return the Promise created from wrapper.setProps. * Updated the `updateProps` test to make sure the function can be called multiple times without producing errors.
feat(debug): Add maxLength and options to debug (testing-library#164)
feat: Update deps (testing-library#156) This release comes with an updated version of DOM Testing Library – make sure to check their changelog to see what's new!
PreviousNext