-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: alex-paystack/vue-testing-library
base: main
head repository: testing-library/vue-testing-library
compare: main
- 9 commits
- 15 files changed
- 7 contributors
Commits on Mar 11, 2023
-
feat: Bump minimum node.js version and DOM Testing Library ( testing-l...
...ibrary#303) BREAKING CHANGE: This PR increases the minimum node.js version to v14, and DOM Testing Library to v9.
-
Commits on Oct 20, 2023
-
chore: Update deps ( testing-library#307 )
* Update minor deps * Update major deps
Commits on Oct 31, 2023
-
bug: Fix issue on Vite env not cleaning up after test ( testing-librar...
...y#297) BREAKING CHANGE: This PR change default behavior for Vitest users. This major should yield no effect to other test frameworks. Throw error when running vitest with no `afterEach` global and no `VTL_SKIP_AUTO_CLEANUP` flag is set.
Maxim-Mazurok authoredOct 31, 2023
Commits on Nov 20, 2023
-
fix: Revert Errors Regarding Missing Global Hooks ( testing-library#310 )
Please bear in mind that after 8.0.1, v7 and v8 share the same behavior as the main difference between versions has been erased. So everyone should be able to jump from v7 to v8 without experiencing any difference.
ITenthusiasm authoredNov 20, 2023 -
Commits on Feb 8, 2024
-
fix: mark compiler-sfc as optional peer dep ( testing-library#288 )
Mark compiler-sfc as an optional peer dependency.
g1eny0ung authoredFeb 8, 2024
Commits on Mar 18, 2024
-
fix: allow unmounting with no wrapper element ( testing-library#312 )
* fix: check wrapper element to fix testing-library#311
Commits on May 18, 2024
-
feat: Add types for props and slots in render function
* Add types for render function * Fix lint errors
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main