Skip to content

Conversation

@agualis
Copy link
Contributor

@agualis agualis commented Dec 17, 2020

No description provided.

afontcu and others added 20 commits October 31, 2020 23:21
…esting-library#163)

BREAKING CHANGE:
- Snapshots are potentially different due to whitespaces.
- Some options such as stubs are now moved to `global.stubs`.
- Previous usage of vue instance as a parameter for the callback function is not replaced with global `config` options (for example, `global.directives`).
- `isUnmounted` is gone.
- `updateProps` is now called setProps to align with VTU.

Some of the missing steps is to provide support to Vue Router, and also to update libraries of the ecosystem to their Vue 3 version.

This is an exciting release! 🎉  It marks the first release aiming to support Vue 3 and Vue Test Utils 2. Please [head to the PR](testing-library#137) to get more information, and feel free to open up issues and PRs to fix missing features / ports 😄
* Removed `setProps` function (and tests) to confirm with Testing
Library standards.
* Added `rerender` function (and tests) to make the API more familiar to
the Testing Library family.
* 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.
* 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
* Enable vue-router example

* Add missing colon

* Reenable vue router mocha test
@agualis agualis closed this Dec 17, 2020
@agualis agualis deleted the fix-apollo-ci branch December 17, 2020 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants