Replies: 1 comment
-
Hi @eranga93 we don't recommend testing frameworks using JSDOM, as the web component support is still limited and many browser features are not available there. So, mocking or polyfilling the missing APIs is often required. To help you with your specific issue, please give more context preferably by creating an isolated example of the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's unable to render the header & body content of the Analytical table component on test environment using Vitest & JsDom. These are not shadow dom content as well. Below is what rendered on the test env,
Is there something I have missed to provide or Do you have any example for testing with Vitest?
Beta Was this translation helpful? Give feedback.
All reactions