[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(deps): pin devdependency nuxt to 3.0.0 (#9)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
(Dec 23, 2022, 5:27 AM UTC) 84cf1a99 a1850240

+2 -2
+1 -1
pnpm-lock.yaml
··· 60 60 61 61 playground: 62 62 specifiers: 63 - nuxt: ^3.0.0 63 + nuxt: 3.0.0 64 64 vitest: ^0.26.2 65 65 vitest-environment-nuxt: workspace:* 66 66 devDependencies:
+1 -1
playground/package.json
··· 12 12 "test": "pnpm test:unit --run && pnpm test:nuxt --run" 13 13 }, 14 14 "devDependencies": { 15 - "nuxt": "^3.0.0", 15 + "nuxt": "3.0.0", 16 16 "vitest": "^0.26.2", 17 17 "vitest-environment-nuxt": "latest" 18 18 }