Skip to content

Tags: amit22666/vue-testing-library

Tags

v6.3.1

Toggle v6.3.1's commit message
fix(types): add missing types for Vue Router

v6.3.0

Toggle v6.3.0's commit message
chore: Cleanup examples

v6.2.0

Toggle v6.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v5.6.1

Toggle v5.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Add `cleanup` type (testing-library#186)

v5.6.0

Toggle v5.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add support for input file on `fireEvent.update` (testing-libra…

…ry#179)

* add input file fail test

* fix incorrect render

* add input file to update fireEvent

* Update based on suggestion

Co-authored-by: Adrià Fontcuberta <afontcu@gmail.com>

v5.5.2

Toggle v5.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: import pretty-format from testing-library/dom (testing-library#185)

v5.5.1

Toggle v5.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

v5.5.0

Toggle v5.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add env to turn off fireEvent.update warning (testing-library#181)

* add env to turn off warning: `VTL_SKIP_WARN_EVENT_UPDATE`

v6.1.0

Toggle v6.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v5.4.1

Toggle v5.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(types): allow all elements (testing-library#175)