Juan Sch

Results 3 comments of Juan Sch

Hi! Is this on track by any chance?

It works for some libraries, but I had similar problems with one or two, including this one. Jest was not compiling the library before running the test on the one...

Thanks for the reply @patak-js, I ended up building the icon library instead of importing an icon in each component: ```javascript import { library } from "@fortawesome/fontawesome-svg-core"; import { faMinusCircle,...