N
Nuxt4mo ago
thesivak

nuxt 3 testing examples

Hey guys, I am starting to write tests for our Nuxt 3 application, but am having a hard time finding examples online. Do you know about any open source Nuxt 3 app for reference app that has good tests?
4 Replies
kingtimm
kingtimm4mo ago
GitHub
test-utils/examples at main · nuxt/test-utils
🧪 Test utilities for Nuxt. Contribute to nuxt/test-utils development by creating an account on GitHub.
thesivak
thesivak4mo ago
Thanks, but I am looking for something more real world.
Rdd0u
Rdd0u4mo ago
Hi @thesivak , that's generally what I use when I am looking for real life examples: https://github.com/search?q=nuxt%2Ftest-utils&type=code
GitHub
Build software better, together
GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
From An unknown user
From An unknown user
From An unknown user
thesivak
thesivak4mo ago
Thank you. That's a very clever way to do it!