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
In #2186 we decided to try using Vuetify a la Cart, so we can stub Vuetify components with themselves while still using shallowMount(). To make this working, we need to adopt the Jest setup load the components correctly. So far I was not able to fix that, although having followed many tips in diverse issue conversations.
Acceptance criteria
Jest can handle imports like import Vuetify, { VListItem } from 'vuetify/lib';
Tasks
[ ]
The text was updated successfully, but these errors were encountered:
Description
In #2186 we decided to try using Vuetify a la Cart, so we can stub Vuetify components with themselves while still using
shallowMount()
. To make this working, we need to adopt the Jest setup load the components correctly. So far I was not able to fix that, although having followed many tips in diverse issue conversations.Acceptance criteria
import Vuetify, { VListItem } from 'vuetify/lib';
Tasks
The text was updated successfully, but these errors were encountered: