[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: release v0.4.3

+13 -4
+7
CHANGELOG.md
··· 1 1 2 2 3 + ## [0.4.3](https://github.com/danielroe/vitest-environment-nuxt/compare/0.4.2...0.4.3) (2023-01-21) 4 + 5 + 6 + ### Bug Fixes 7 + 8 + * import explicitly h ([#37](https://github.com/danielroe/vitest-environment-nuxt/issues/37)) ([880de94](https://github.com/danielroe/vitest-environment-nuxt/commit/880de94b03b239f15bac7f73b049b3f1e083d056)) 9 + 3 10 ## [0.4.2](https://github.com/danielroe/vitest-environment-nuxt/compare/0.4.1...0.4.2) (2023-01-18) 4 11 5 12
+2 -1
package.json
··· 38 38 "overrides": { 39 39 "vitest-environment-nuxt": "workspace:*" 40 40 } 41 - } 41 + }, 42 + "version": "0.4.3" 42 43 }
+1 -1
packages/vitest-environment-nuxt/package.json
··· 1 1 { 2 2 "name": "vitest-environment-nuxt", 3 - "version": "0.4.2", 3 + "version": "0.4.3", 4 4 "description": "An vitest environment with support for testing code that needs a Nuxt runtime environment.", 5 5 "repository": "danielroe/vitest-environment-nuxt", 6 6 "keywords": [
+3 -2
playground/package.json
··· 14 14 "devDependencies": { 15 15 "nuxt": "3.0.0", 16 16 "vitest": "0.27.2", 17 - "vitest-environment-nuxt": "latest" 18 - } 17 + "vitest-environment-nuxt": "0.4.3" 18 + }, 19 + "version": "0.4.3" 19 20 }