@nuxt/test-utils 3.6.1 → 3.6.2

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.
package/README.md CHANGED
@@ -55,7 +55,7 @@ Nuxt's goal is to make web development intuitive and performant, with a great de
55
55
  <td>
56
56
  <h3>Examples</h3>
57
57
  <p>
58
- Explore different ways of using Nuxt features and get inspired with <a href="https://nuxt.com/docs/examples/essentials/hello-world">our list of examples</a>.
58
+ Explore different ways of using Nuxt features and get inspired with <a href="https://nuxt.com/docs/examples/hello-world">our list of examples</a>.
59
59
  </p>
60
60
  </td>
61
61
  </tr>
package/dist/index.mjs CHANGED
@@ -181,7 +181,6 @@ async function setup(options = {}) {
181
181
  }
182
182
 
183
183
  const distDir = dirname(fileURLToPath(import.meta.url));
184
- resolve$1(distDir, "..");
185
184
 
186
185
  const RunTestDefaults = {
187
186
  runner: "vitest",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/test-utils",
3
- "version": "3.6.1",
3
+ "version": "3.6.2",
4
4
  "repository": "nuxt/nuxt",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -19,21 +19,21 @@
19
19
  "dist"
20
20
  ],
21
21
  "dependencies": {
22
- "consola": "^3.1.0",
22
+ "consola": "^3.2.2",
23
23
  "defu": "^6.1.2",
24
24
  "execa": "^7.1.1",
25
25
  "get-port-please": "^3.0.1",
26
26
  "ofetch": "^1.1.1",
27
27
  "pathe": "^1.1.1",
28
28
  "ufo": "^1.1.2",
29
- "@nuxt/schema": "3.6.1",
30
- "@nuxt/kit": "3.6.1"
29
+ "@nuxt/kit": "3.6.2",
30
+ "@nuxt/schema": "3.6.2"
31
31
  },
32
32
  "devDependencies": {
33
- "@jest/globals": "29.5.0",
33
+ "@jest/globals": "29.6.0",
34
34
  "playwright": "1.35.1",
35
35
  "unbuild": "latest",
36
- "vitest": "0.32.2"
36
+ "vitest": "0.32.4"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "@jest/globals": "^29.5.0",