You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(geojs): use Vue's provide/inject API in the geojs layer mixin
This provides more flexibility in using the components compared to
accessing the `$parent` component directly. This is particularly
relevant because newer versions of `@vue/test-utils` broke how we were
injecting the parent components in unit testing.
Note: This also updates `@vue/test-utils`, but not to the latest version
because there is a bug since `beta-18` causing props not to be updated.
This may (or may not) be related to the following issue:
vuejs/vue-test-utils#738
0 commit comments