Nuxt/docs/4.examples/6.advanced/testing.md
Sébastien Chopin 3ec108493d
docs: simplify the docs directory (#18506)
* docs: simplify docs to only markdown

* Create nuxt-config.md

* chore: update

* chore: add readme
2023-01-25 10:41:41 +01:00

331 B

toc
false

Testing

This example shows how to test your Nuxt application.

::alert{type=info icon=👉} Learn more about testing. ::

::ReadMore{link="/docs/guide/going-further/testing"} ::

::sandbox{repo="nuxt/nuxt" branch="main" dir="examples/advanced/testing" file="app.vue"} ::