mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +00:00
fix(docs): use Nuxt 3 test utils as example
This commit is contained in:
parent
293dbf7ac8
commit
97fd392fcf
@ -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`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user