-
Notifications
You must be signed in to change notification settings - Fork 112
Comparing changes
Open a pull request
base repository: testing-library/vue-testing-library
base: v6.5.1
head repository: testing-library/vue-testing-library
compare: v6.6.0
Commits on Oct 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d356049 - Browse repository at this point
Copy the full SHA d356049View commit details
Commits on Nov 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 920dff2 - Browse repository at this point
Copy the full SHA 920dff2View commit details
Commits on Nov 14, 2020
-
chore: switch to github actions (#171)
* chore: switch to github actions * chore: require await for events to fix eslint
Configuration menu - View commit details
-
Copy full SHA for 8466f70 - Browse repository at this point
Copy the full SHA 8466f70View commit details -
docs: Use
@testing-library/jest-dom
in README.md (#172)* Use `@testing-library/jest-dom` in README.md Instead of `jest-dom` which is now deprecated * Missed a spot
Configuration menu - View commit details
-
Copy full SHA for 53ff893 - Browse repository at this point
Copy the full SHA 53ff893View commit details -
feat: Move types from DefinitelyTyped into this repo (#165)
* Add required dependencies * Add types * Update readme * Bump deps and fix build and eslint to fix node 15
Configuration menu - View commit details
-
Copy full SHA for dbcf740 - Browse repository at this point
Copy the full SHA dbcf740View commit details
Commits on Nov 15, 2020
-
fix: allow multiple calling of updateProps (#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.
Configuration menu - View commit details
-
Copy full SHA for 95cc445 - Browse repository at this point
Copy the full SHA 95cc445View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04932ce - Browse repository at this point
Copy the full SHA 04932ceView commit details
Commits on Nov 17, 2020
-
feat: Warn using fireEvent.input() or .change() and suggest fireEvent…
Configuration menu - View commit details
-
Copy full SHA for 8871d2f - Browse repository at this point
Copy the full SHA 8871d2fView commit details
Commits on Nov 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a5bd6cc - Browse repository at this point
Copy the full SHA a5bd6ccView commit details
Commits on Nov 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8ddeac6 - Browse repository at this point
Copy the full SHA 8ddeac6View commit details -
feat: Add env to turn off fireEvent.update warning (#181)
* add env to turn off warning: `VTL_SKIP_WARN_EVENT_UPDATE`
Configuration menu - View commit details
-
Copy full SHA for 4376e64 - Browse repository at this point
Copy the full SHA 4376e64View commit details
Commits on Nov 24, 2020
-
fix: Make fireEvent.update work with lazy modifier (#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>
Configuration menu - View commit details
-
Copy full SHA for 853d998 - Browse repository at this point
Copy the full SHA 853d998View commit details -
Configuration menu - View commit details
-
Copy full SHA for a051013 - Browse repository at this point
Copy the full SHA a051013View commit details -
feat: Add support for input file on
fireEvent.update
(#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>
Configuration menu - View commit details
-
Copy full SHA for b762198 - Browse repository at this point
Copy the full SHA b762198View commit details
Commits on Nov 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 75e0111 - Browse repository at this point
Copy the full SHA 75e0111View commit details
Commits on Nov 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3dbb1c2 - Browse repository at this point
Copy the full SHA 3dbb1c2View commit details -
test: remove await from userEvent usage (#182)
* test: remove await from userEvent usage * test: fix test failure with waitFor
Configuration menu - View commit details
-
Copy full SHA for 2312e18 - Browse repository at this point
Copy the full SHA 2312e18View commit details
Commits on Jan 14, 2021
-
docs: Replace queryBy* with getBy* in examples (#203)
Co-authored-by: sangil yun <si.yun@mxncommerce.com>
Configuration menu - View commit details
-
Copy full SHA for 84e549e - Browse repository at this point
Copy the full SHA 84e549eView commit details
Commits on Jan 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d05b77d - Browse repository at this point
Copy the full SHA d05b77dView commit details
Commits on Feb 17, 2021
-
chore: Cleanup structure (#209)
* Split index into focused files * Update deps * Add missing quotes
Configuration menu - View commit details
-
Copy full SHA for 7bef579 - Browse repository at this point
Copy the full SHA 7bef579View commit details
Commits on Mar 31, 2021
-
chore(lint): disable unbound-method rule (#214)
* chore(lint): disable unbound-method rule * change the order of the rules
Configuration menu - View commit details
-
Copy full SHA for a06815a - Browse repository at this point
Copy the full SHA a06815aView commit details -
fix(types): exclude tsconfig from types folder in publish flow (#213)
Port of testing-library/react-testing-library#893 Co-authored-by: Matan Borenkraout <Matanbobi@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 40caa97 - Browse repository at this point
Copy the full SHA 40caa97View commit details
Commits on Apr 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9e11964 - Browse repository at this point
Copy the full SHA 9e11964View commit details
Commits on May 8, 2021
-
docs: fix vue-i18n example link (#227)
Eric Bednarz authoredMay 8, 2021 Configuration menu - View commit details
-
Copy full SHA for a5c0962 - Browse repository at this point
Copy the full SHA a5c0962View commit details -
chore: add tests for Node 16 (#220)
Co-authored-by: Adrià Fontcuberta <afontcu@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9f02670 - Browse repository at this point
Copy the full SHA 9f02670View commit details
Commits on Jun 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 920e509 - Browse repository at this point
Copy the full SHA 920e509View commit details -
chore: add editorconfig (#235)
Co-authored-by: Adrià Fontcuberta <afontcu@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4efca8a - Browse repository at this point
Copy the full SHA 4efca8aView commit details
Commits on Jun 25, 2021
-
feat: allow passing instantiated Vuex store (#232)
* feat: allow passing instantiated Vuex store * Update types/index.d.ts Co-authored-by: Adrià Fontcuberta <afontcu@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9d63d71 - Browse repository at this point
Copy the full SHA 9d63d71View commit details
Commits on Jun 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 96c0c2d - Browse repository at this point
Copy the full SHA 96c0c2dView commit details
Commits on Jul 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b028364 - Browse repository at this point
Copy the full SHA b028364View commit details
Commits on Jul 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1ebc117 - Browse repository at this point
Copy the full SHA 1ebc117View commit details
Commits on Jul 18, 2021
-
chore: rename proj. from master to main (#223)
Co-authored-by: Nick McCurdy <nick@nickmccurdy.com>
Configuration menu - View commit details
-
Copy full SHA for eba2aed - Browse repository at this point
Copy the full SHA eba2aedView commit details
Commits on Aug 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9d367e7 - Browse repository at this point
Copy the full SHA 9d367e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c25b1aa - Browse repository at this point
Copy the full SHA c25b1aaView commit details
Commits on Aug 6, 2021
-
docs: update vue-i18n example url (#248)
Andrew Luca authoredAug 6, 2021 Configuration menu - View commit details
-
Copy full SHA for b16a06b - Browse repository at this point
Copy the full SHA b16a06bView commit details
Commits on Sep 27, 2021
-
chore: upgrade to Jest 27 (#251)
* chore: upgrade to Jest 27 * chore: replace vue-jest with vue2-jest for Jest 27 * chore: fix lint error * chore: upgrade msw for bug fix * chore: update expected test error * chore: check for type errors based on Node version
Configuration menu - View commit details
-
Copy full SHA for a620424 - Browse repository at this point
Copy the full SHA a620424View commit details
Commits on Jan 7, 2022
-
docs: Update readme with typescript requirement (#236)
Specific typescript version is required Co-authored-by: Adrià Fontcuberta <afontcu@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0971eb2 - Browse repository at this point
Copy the full SHA 0971eb2View commit details
Commits on Jan 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4608b37 - Browse repository at this point
Copy the full SHA 4608b37View commit details
Commits on Mar 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4316bd3 - Browse repository at this point
Copy the full SHA 4316bd3View commit details
Commits on May 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 181765f - Browse repository at this point
Copy the full SHA 181765fView commit details
Commits on Jun 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 11348c1 - Browse repository at this point
Copy the full SHA 11348c1View commit details
There are no files selected for viewing