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
This directory helped me https://github.com/nuxt/test-utils/tree/main/examples
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.
Thanks, but I am looking for something more real world.
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.
Thank you. That's a very clever way to do it!