mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 09:03:53 +00:00
3ec108493d
* docs: simplify docs to only markdown * Create nuxt-config.md * chore: update * chore: add readme
18 lines
331 B
Markdown
18 lines
331 B
Markdown
---
|
|
toc: false
|
|
---
|
|
|
|
# Testing
|
|
|
|
This example shows how to test your Nuxt application.
|
|
|
|
::alert{type=info icon=👉}
|
|
Learn more about [testing](/docs/guide/going-further/testing).
|
|
::
|
|
|
|
::ReadMore{link="/docs/guide/going-further/testing"}
|
|
::
|
|
|
|
::sandbox{repo="nuxt/nuxt" branch="main" dir="examples/advanced/testing" file="app.vue"}
|
|
::
|