You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: