[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.6.6

Daniel Roe (Feb 12, 2023, 2:06 AM +0100) 4cb62051 a53a0d3f

+14 -7
+7
CHANGELOG.md
··· 1 1 2 2 3 + ## [0.6.6](https://github.com/danielroe/vitest-environment-nuxt/compare/0.6.5...0.6.6) (2023-02-12) 4 + 5 + 6 + ### Bug Fixes 7 + 8 + * **nuxt-vitest:** exclude import protection plugin ([6b9ac3e](https://github.com/danielroe/vitest-environment-nuxt/commit/6b9ac3e580459fb87b059ff6e671b4a87b455ba5)) 9 + 3 10 ## [0.6.5](https://github.com/danielroe/vitest-environment-nuxt/compare/0.6.4...0.6.5) (2023-02-01) 4 11 5 12
+1 -1
package.json
··· 42 42 "nuxt-vitest": "workspace:*" 43 43 } 44 44 }, 45 - "version": "0.6.5" 45 + "version": "0.6.6" 46 46 }
+3 -3
playground/package.json
··· 13 13 "devDependencies": { 14 14 "@nuxt/devtools-edge": "0.0.0-27915216.4d09244", 15 15 "nuxt": "3.1.1", 16 - "nuxt-vitest": "0.6.5", 16 + "nuxt-vitest": "0.6.6", 17 17 "vitest": "0.28.4", 18 - "vitest-environment-nuxt": "0.6.5" 18 + "vitest-environment-nuxt": "0.6.6" 19 19 }, 20 - "version": "0.6.5" 20 + "version": "0.6.6" 21 21 }
+2 -2
packages/nuxt-vitest/package.json
··· 1 1 { 2 2 "name": "nuxt-vitest", 3 3 "type": "module", 4 - "version": "0.6.5", 4 + "version": "0.6.6", 5 5 "license": "MIT", 6 6 "exports": { 7 7 "./module": { ··· 49 49 "perfect-debounce": "^0.1.3", 50 50 "std-env": "^3.3.1", 51 51 "vitest": "^0.28.3", 52 - "vitest-environment-nuxt": "0.6.5" 52 + "vitest-environment-nuxt": "0.6.6" 53 53 }, 54 54 "devDependencies": { 55 55 "@nuxt/module-builder": "^0.2.1",
+1 -1
packages/vitest-environment-nuxt/package.json
··· 1 1 { 2 2 "name": "vitest-environment-nuxt", 3 - "version": "0.6.5", 3 + "version": "0.6.6", 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": [