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

+14 -7
+7
CHANGELOG.md
··· 1 1 2 2 3 + ## [0.10.1](https://github.com/danielroe/vitest-environment-nuxt/compare/0.10.0...0.10.1) (2023-07-18) 4 + 5 + 6 + ### Bug Fixes 7 + 8 + * bump vitest peer dependency range ([77a43c1](https://github.com/danielroe/vitest-environment-nuxt/commit/77a43c173001de3dcfc8aabe25a50571dcad45c9)) 9 + 3 10 ## [0.10.0](https://github.com/danielroe/vitest-environment-nuxt/compare/0.9.0...0.10.0) (2023-07-17) 4 11 5 12
+1 -1
package.json
··· 46 46 "nuxt-vitest": "workspace:*" 47 47 } 48 48 }, 49 - "version": "0.10.0" 49 + "version": "0.10.1" 50 50 }
+2 -2
packages/nuxt-vitest/package.json
··· 1 1 { 2 2 "name": "nuxt-vitest", 3 3 "type": "module", 4 - "version": "0.10.0", 4 + "version": "0.10.1", 5 5 "license": "MIT", 6 6 "repository": "danielroe/nuxt-vitest", 7 7 "keywords": [ ··· 59 59 "get-port-please": "^3.0.1", 60 60 "perfect-debounce": "^1.0.0", 61 61 "std-env": "^3.3.3", 62 - "vitest-environment-nuxt": "0.10.0" 62 + "vitest-environment-nuxt": "0.10.1" 63 63 }, 64 64 "devDependencies": { 65 65 "@nuxt/module-builder": "0.4.0",
+1 -1
packages/vitest-environment-nuxt/package.json
··· 1 1 { 2 2 "name": "vitest-environment-nuxt", 3 - "version": "0.10.0", 3 + "version": "0.10.1", 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": [
+3 -3
playground/package.json
··· 18 18 "happy-dom": "^10.0.0", 19 19 "jsdom": "^22.0.0", 20 20 "nuxt": "3.6.3", 21 - "nuxt-vitest": "0.10.0", 21 + "nuxt-vitest": "0.10.1", 22 22 "typescript": "5.1.6", 23 23 "vitest": "0.33.0", 24 - "vitest-environment-nuxt": "0.10.0", 24 + "vitest-environment-nuxt": "0.10.1", 25 25 "vue-tsc": "1.8.5" 26 26 }, 27 - "version": "0.10.0" 27 + "version": "0.10.1" 28 28 }