fix(docs): use Nuxt 3 test utils as example

This commit is contained in:
Andrey Yolkin 2023-07-29 17:45:00 +03:00
parent 293dbf7ac8
commit 97fd392fcf

View File

@ -74,7 +74,7 @@ export default defineNuxtModule<ModuleOptions>({
[source code](https://github.com/nuxt/nuxt/blob/main/packages/kit/src/loader)
Programmatic usage can be helpfull when you want to use Nuxt programmatically, for example, when building a [CLI tool](https://github.com/nuxt/cli) or [test runner](https://github.com/nuxt/test-utils).
Programmatic usage can be helpfull when you want to use Nuxt programmatically, for example, when building a [CLI tool](https://github.com/nuxt/cli) or [test utils](https://github.com/nuxt/nuxt/tree/main/packages/test-utils).
### `loadNuxt`