[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-vitest. An vitest environment with support for testing code that needs a Nuxt runtime environment
nuxt nuxt-module testing unit-testing vitest
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: fix tests on Windows (#306)

+3 -2
+1
.npmrc
··· 1 1 shamefully-hoist=true 2 2 resolution-mode=highest 3 + shell-emulator=true
+2 -2
package.json
··· 2 2 "private": true, 3 3 "packageManager": "pnpm@8.6.12", 4 4 "scripts": { 5 - "build": "pnpm dev:prepare && pnpm run --filter=./packages/* -r build", 6 - "stub": "pnpm run --filter=./packages/* -r stub", 5 + "build": "pnpm dev:prepare && pnpm -r --filter \"./packages/**\" run build", 6 + "stub": "pnpm -r --filter \"./packages/**\" run stub", 7 7 "dev:prepare": "pnpm stub && pnpm nuxi prepare playground", 8 8 "dev": "pnpm run build && pnpm -C playground test:unit", 9 9 "lint": "pnpm lint:all:eslint && pnpm lint:all:prettier",