Open
Description
Hi everyone,
I am looking to load a css file at the beginning of one of my test so that I can check if my ui element that I am testing has the correct style.
I have seen that jsdom does not load css and this is the reason why my tests are failing. I do want to have this css and I dont want to use the style attribute as I am working with tailwind.
Do someone knows how to fix the situation ?
Activity