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

Daniel Roe (Mar 9, 2023, 2:13 PM UTC) 82c87436 43c0f36b

+14 -7
+7
CHANGELOG.md
··· 1 1 2 2 3 + ## [0.6.8](https://github.com/danielroe/vitest-environment-nuxt/compare/0.6.7...0.6.8) (2023-03-09) 4 + 5 + 6 + ### Bug Fixes 7 + 8 + * revert type change to `defineVitestConfig` ([#86](https://github.com/danielroe/vitest-environment-nuxt/issues/86)) ([43c0f36](https://github.com/danielroe/vitest-environment-nuxt/commit/43c0f36bad052af17a7abc2317cfad676180990f)) 9 + 3 10 ## [0.6.7](https://github.com/danielroe/vitest-environment-nuxt/compare/0.6.6...0.6.7) (2023-03-08) 4 11 5 12
+1 -1
package.json
··· 42 42 "nuxt-vitest": "workspace:*" 43 43 } 44 44 }, 45 - "version": "0.6.7" 45 + "version": "0.6.8" 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.7", 16 + "nuxt-vitest": "0.6.8", 17 17 "vitest": "0.29.2", 18 - "vitest-environment-nuxt": "0.6.7" 18 + "vitest-environment-nuxt": "0.6.8" 19 19 }, 20 - "version": "0.6.7" 20 + "version": "0.6.8" 21 21 }
+2 -2
packages/nuxt-vitest/package.json
··· 1 1 { 2 2 "name": "nuxt-vitest", 3 3 "type": "module", 4 - "version": "0.6.7", 4 + "version": "0.6.8", 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.7" 52 + "vitest-environment-nuxt": "0.6.8" 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.7", 3 + "version": "0.6.8", 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": [