© 2026 Hedgehog Software, LLC
<div :class="$style.test"></div>
const wrapper = shallowMount(ComponentFindError) expect(wrapper.classes()).toContain(wrapper.vm.$style.test)
Property '$style' does not exist on type 'Vue'.