How to add it to Jest configuration? · Issue #38 · damianstasik/vue-svg-loader

The MyComponent is importing an SVG file, and then using it in the code. I cannot unit test such component because vue-svg-loader is not configured in my Jest. import { shallowMount } from "@vue/te...