Tags: amit22666/vue-testing-library
Tags
feat: Add types for Vue 3 (testing-library#180) * Add basic types * Rename main file to properly get types * Fix import statement * Fix compiler options lib * Extract temporary-defined types to its own file * Remove duplicate test * Fix link * Improve tests * Remove unnecessary chars * Add support for file inputs * Update deps * Fix rerender typing test * Remove typecheck step until we figure out how to overcome ts-ignore in node_modules. lol * Update deps
fix: import pretty-format from testing-library/dom (testing-library#185)
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.
PreviousNext