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

Daniel Roe (Nov 6, 2023, 3:33 PM UTC) db5700a7 fda55ab1

+28 -4
+2 -2
playground/package.json
··· 19 19 "happy-dom": "12.1.2", 20 20 "jsdom": "22.1.0", 21 21 "nuxt": "3.7.4", 22 - "nuxt-vitest": "0.11.2", 22 + "nuxt-vitest": "0.11.3", 23 23 "typescript": "5.2.2", 24 24 "vitest": "0.33.0", 25 - "vitest-environment-nuxt": "0.11.2", 25 + "vitest-environment-nuxt": "0.11.3", 26 26 "vue-tsc": "1.8.19" 27 27 }, 28 28 "version": "0.10.2",
+12
packages/nuxt-vitest/CHANGELOG.md
··· 1 1 # Changelog 2 2 3 3 4 + ## v0.11.3 5 + 6 + [compare changes](https://github.com/danielroe/nuxt-vitest/compare/v0.11.2...v0.11.3) 7 + 8 + ### 🩹 Fixes 9 + 10 + - Support components with options API style export ([#391](https://github.com/danielroe/nuxt-vitest/pull/391)) 11 + 12 + ### ❤️ Contributors 13 + 14 + - Juho Rutila ([@nice-game-hints](http://github.com/nice-game-hints)) 15 + 4 16 ## v0.11.2 5 17 6 18 [compare changes](https://github.com/danielroe/nuxt-vitest/compare/v0.11.1...v0.11.2)
+1 -1
packages/nuxt-vitest/package.json
··· 1 1 { 2 2 "name": "nuxt-vitest", 3 3 "type": "module", 4 - "version": "0.11.2", 4 + "version": "0.11.3", 5 5 "license": "MIT", 6 6 "repository": "danielroe/nuxt-vitest", 7 7 "keywords": [
+12
packages/vitest-environment-nuxt/CHANGELOG.md
··· 1 1 2 2 3 + ## v0.11.3 4 + 5 + [compare changes](https://github.com/danielroe/nuxt-vitest/compare/v0.11.2...v0.11.3) 6 + 7 + ### 🩹 Fixes 8 + 9 + - Support components with options API style export ([#391](https://github.com/danielroe/nuxt-vitest/pull/391)) 10 + 11 + ### ❤️ Contributors 12 + 13 + - Juho Rutila ([@nice-game-hints](http://github.com/nice-game-hints)) 14 + 3 15 ## v0.11.2 4 16 5 17 [compare changes](https://github.com/danielroe/nuxt-vitest/compare/v0.11.1...v0.11.2)
+1 -1
packages/vitest-environment-nuxt/package.json
··· 1 1 { 2 2 "name": "vitest-environment-nuxt", 3 - "version": "0.11.2", 3 + "version": "0.11.3", 4 4 "description": "An vitest environment with support for testing code that needs a Nuxt runtime environment.", 5 5 "repository": "danielroe/nuxt-vitest", 6 6 "keywords": [