nuxt-spec 0.1.4 → 0.1.5

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
@@ -14,7 +14,7 @@ Aside from being "forked" and used as you seem fit, `nuxt-spec` is also availabl
14
14
 
15
15
  1) Add following dependency into your `package.json`:
16
16
  ```
17
- "nuxt-spec": "0.1.4"
17
+ "nuxt-spec": "0.1.5"
18
18
  ```
19
19
 
20
20
  2) Add following section into your `nuxt.config.ts`:
package/config/index.mjs CHANGED
@@ -14,7 +14,7 @@ export async function loadVitestConfig(userVitestConfig) {
14
14
  // default fallback to catch tests in /test folder
15
15
  {
16
16
  test: {
17
- name: 'node',
17
+ name: 'default',
18
18
  include: ['test/*.{test,spec}.ts'],
19
19
  environment: 'node',
20
20
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxt-spec",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Test-pack layer for Nuxt Applications",
5
5
  "repository": "github:AloisSeckar/nuxt-spec",
6
6
  "license": "MIT",
@@ -23,11 +23,11 @@
23
23
  ],
24
24
  "dependencies": {
25
25
  "@nuxt/test-utils": "3.19.2",
26
+ "@vitest/browser": "4.0.0-beta.8",
26
27
  "@vue/test-utils": "2.4.6",
27
28
  "happy-dom": "18.0.1",
28
29
  "playwright-core": "1.54.2",
29
- "vitest": "4.0.0-beta.7",
30
- "@vitest/browser": "4.0.0-beta.7"
30
+ "vitest": "4.0.0-beta.8"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@nuxt/eslint": "1.8.0",