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

18 lines
323 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=👉}
2023-03-09 11:34:41 +00:00
Learn more about [testing](/docs/getting-started/testing).
::
2023-03-09 11:34:41 +00:00
::ReadMore{link="/docs/getting-started/testing"}
::
::sandbox{repo="nuxt/nuxt" branch="main" dir="examples/advanced/testing" file="app.vue"}
::