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
Error during loading: Right side of assignment cannot be destructured in https://unpkg.com/@vue/test-utils@2.4.2/dist/vue-test-utils.esm-browser.js line 13606
It looks like this is because ssrUtils is not available in the esm-browser version of Vue and VTU uses it for renderToString (the helper function to test the SSR rendering of a component).
I'm picking this up today the PR (currently in WIP) can be found here #2264
In the Vue example that you provided, there is SSR variable. Can I assume that this will be available to Test Utils or should I determine the environment by some other means i.e. check for window?
Description
To Reproduce
https://stackblitz.com/edit/web-platform-szhdln?file=styles.css
Expected behavior
Should at least load.
The text was updated successfully, but these errors were encountered: