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

Daniel Roe (May 30, 2023, 11:12 PM +0100) 7609f03c 43f2324e

+14 -7
+7
CHANGELOG.md
··· 1 1 2 2 3 + ## [0.8.2](https://github.com/danielroe/vitest-environment-nuxt/compare/0.8.1...0.8.2) (2023-05-30) 4 + 5 + 6 + ### Bug Fixes 7 + 8 + * **nuxt-vitest:** respect cwd as vite test dir ([43f2324](https://github.com/danielroe/vitest-environment-nuxt/commit/43f2324e6dd29688622aed3f3332552797477669)) 9 + 3 10 ## [0.8.1](https://github.com/danielroe/vitest-environment-nuxt/compare/0.8.0...0.8.1) (2023-05-30) 4 11 5 12
+1 -1
package.json
··· 44 44 "nuxt-vitest": "workspace:*" 45 45 } 46 46 }, 47 - "version": "0.8.1" 47 + "version": "0.8.2" 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.1", 17 + "nuxt-vitest": "0.8.2", 18 18 "typescript": "^5.0.4", 19 19 "vitest": "0.30.1", 20 - "vitest-environment-nuxt": "0.8.1", 20 + "vitest-environment-nuxt": "0.8.2", 21 21 "vue-tsc": "^1.6.5" 22 22 }, 23 - "version": "0.8.1" 23 + "version": "0.8.2" 24 24 }
+2 -2
packages/nuxt-vitest/package.json
··· 1 1 { 2 2 "name": "nuxt-vitest", 3 3 "type": "module", 4 - "version": "0.8.1", 4 + "version": "0.8.2", 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.1" 55 + "vitest-environment-nuxt": "0.8.2" 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.1", 3 + "version": "0.8.2", 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": [