@nuxt/test-utils-nightly 3.21.1-20251209-162440-1148c3c → 3.21.1-20251211-185233-9800099

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,7 +11,7 @@ Nuxt Test Utils is currently powering [the tests we use on Nuxt itself](https://
11
11
  You can find out more about how to use Nuxt Test Utils:
12
12
 
13
13
  - in [a general overview](https://nuxt.com/docs/getting-started/testing)
14
- - in [an in-depth guide for module authors](https://nuxt.com/docs/guide/going-further/modules#testing)
14
+ - in [an in-depth guide for module authors](https://nuxt.com/docs/4.x/guide/modules/testing)
15
15
 
16
16
  ## License
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/test-utils-nightly",
3
- "version": "3.21.1-20251209-162440-1148c3c",
3
+ "version": "3.21.1-20251211-185233-9800099",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/test-utils.git"