Hello guys!
Here is my situation:
I would like to add component testing to my app, however it seems like that I can't handle the store syntax in .vue files. For example I have the following part in the component:
{{content.text}}
. Looks like with mounting I need to feed cypress this syntax somehow. I would appreciate any kind of help here.
Thanks!