Thank you for your great series of articles. They’ve been very helpful for me.
I’ve been doing TDD with Laravel for a while and really liked it. So I’m looking to start doing it in my nativescript-vue app. I couldn’t find anything on docs. The documentation on the https://docs.nativescript.org/tooling/testing doesn’t seem to work for nativescript-vue.
Can anyone please share with me some examples or articles about how to start with it?
My current guess is: I should just treat it as a normal vue app and use https://vue-test-utils.vuejs.org/en/
Is that it? I appreciate any kind of help.