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

Daniel Roe (Mar 21, 2023, 11:54 AM UTC) bb00c7eb 82e8005a

+14 -7
+7
CHANGELOG.md
··· 1 1 2 2 3 + ## [0.6.9](https://github.com/danielroe/vitest-environment-nuxt/compare/0.6.8...0.6.9) (2023-03-21) 4 + 5 + 6 + ### Bug Fixes 7 + 8 + * pass resolved `runtimeConfig` into nuxt environment ([#101](https://github.com/danielroe/vitest-environment-nuxt/issues/101)) ([6dce4dc](https://github.com/danielroe/vitest-environment-nuxt/commit/6dce4dca542c3807c158d3f1c5ac6c950263b4ff)) 9 + 3 10 ## [0.6.8](https://github.com/danielroe/vitest-environment-nuxt/compare/0.6.7...0.6.8) (2023-03-09) 4 11 5 12
+1 -1
package.json
··· 42 42 "nuxt-vitest": "workspace:*" 43 43 } 44 44 }, 45 - "version": "0.6.8" 45 + "version": "0.6.9" 46 46 }
+3 -3
playground/package.json
··· 13 13 "devDependencies": { 14 14 "@nuxt/devtools-edge": "0.1.4-27948187.70907e0", 15 15 "nuxt": "3.2.3", 16 - "nuxt-vitest": "0.6.8", 16 + "nuxt-vitest": "0.6.9", 17 17 "vitest": "0.29.3", 18 - "vitest-environment-nuxt": "0.6.8" 18 + "vitest-environment-nuxt": "0.6.9" 19 19 }, 20 - "version": "0.6.8" 20 + "version": "0.6.9" 21 21 }
+2 -2
packages/nuxt-vitest/package.json
··· 1 1 { 2 2 "name": "nuxt-vitest", 3 3 "type": "module", 4 - "version": "0.6.8", 4 + "version": "0.6.9", 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.29.0", 52 - "vitest-environment-nuxt": "0.6.8" 52 + "vitest-environment-nuxt": "0.6.9" 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.8", 3 + "version": "0.6.9", 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": [