Nuxt/docs/content/1.docs/4.examples/6.advanced/testing.md

18 lines
336 B
Markdown
Raw Normal View History

---
toc: false
---
2022-11-08 17:03:18 +00:00
# Testing
This example shows how to test your Nuxt application.
::alert{type=info icon=👉}
Learn more about [testing](/docs/guide/going-further/testing).
::
2022-11-16 17:21:08 +00:00
::ReadMore{link="/docs/guide/going-further/testing"}
::
::sandbox{repo="nuxt/framework" branch="main" dir="examples/advanced/testing" file="app.vue"}
::