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

Daniel Roe (Jun 1, 2023, 4:47 PM +0100) 8062bfff 434b39b0

+14 -7
+7
CHANGELOG.md
··· 1 1 2 2 3 + ## [0.8.3](https://github.com/danielroe/vitest-environment-nuxt/compare/0.8.2...0.8.3) (2023-06-01) 4 + 5 + 6 + ### Bug Fixes 7 + 8 + * **vitest-environment-nuxt:** register imports after context is created ([434b39b](https://github.com/danielroe/vitest-environment-nuxt/commit/434b39b0ad8b707579078b005e3ada2e791ffafe)) 9 + 3 10 ## [0.8.2](https://github.com/danielroe/vitest-environment-nuxt/compare/0.8.1...0.8.2) (2023-05-30) 4 11 5 12
+1 -1
package.json
··· 44 44 "nuxt-vitest": "workspace:*" 45 45 } 46 46 }, 47 - "version": "0.8.2" 47 + "version": "0.8.3" 48 48 }
+3 -3
playground/package.json
··· 14 14 "devDependencies": { 15 15 "@nuxt/devtools": "0.5.5", 16 16 "nuxt": "3.5.1", 17 - "nuxt-vitest": "0.8.2", 17 + "nuxt-vitest": "0.8.3", 18 18 "typescript": "5.0.4", 19 19 "vitest": "0.30.1", 20 - "vitest-environment-nuxt": "0.8.2", 20 + "vitest-environment-nuxt": "0.8.3", 21 21 "vue-tsc": "1.6.5" 22 22 }, 23 - "version": "0.8.2" 23 + "version": "0.8.3" 24 24 }
+2 -2
packages/nuxt-vitest/package.json
··· 1 1 { 2 2 "name": "nuxt-vitest", 3 3 "type": "module", 4 - "version": "0.8.2", 4 + "version": "0.8.3", 5 5 "license": "MIT", 6 6 "exports": { 7 7 "./module": { ··· 52 52 "get-port-please": "^3.0.1", 53 53 "perfect-debounce": "^1.0.0", 54 54 "std-env": "^3.3.3", 55 - "vitest-environment-nuxt": "0.8.2" 55 + "vitest-environment-nuxt": "0.8.3" 56 56 }, 57 57 "devDependencies": { 58 58 "@nuxt/kit": "3.5.1",
+1 -1
packages/vitest-environment-nuxt/package.json
··· 1 1 { 2 2 "name": "vitest-environment-nuxt", 3 - "version": "0.8.2", 3 + "version": "0.8.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": [