light-client icon indicating copy to clipboard operation
light-client copied to clipboard

dApp: Adopt Jest configuration to use Babel correctly for Vuetity a la Cart

Open weilbith opened this issue 5 years ago • 0 comments

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

  • Jest can handle imports like import Vuetify, { VListItem } from 'vuetify/lib';

Tasks

  • [ ]

weilbith avatar Oct 13 '20 11:10 weilbith