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

Anthony Fu (Jan 25, 2023, 9:26 PM +0100) f646f70f df57aaf5

+14 -7
+7
CHANGELOG.md
··· 1 1 2 2 3 + ## [0.6.1](https://github.com/danielroe/vitest-environment-nuxt/compare/0.6.0...0.6.1) (2023-01-25) 4 + 5 + 6 + ### Bug Fixes 7 + 8 + * build on prepublish ([df57aaf](https://github.com/danielroe/vitest-environment-nuxt/commit/df57aaf52d9a39f1884ef960285f547e2b77a571)) 9 + 3 10 ## [0.6.0](https://github.com/danielroe/vitest-environment-nuxt/compare/0.5.0...0.6.0) (2023-01-25) 4 11 5 12
+1 -1
package.json
··· 43 43 "nuxt": "npm:nuxt3@latest" 44 44 } 45 45 }, 46 - "version": "0.6.0" 46 + "version": "0.6.1" 47 47 }
+3 -3
playground/package.json
··· 13 13 "devDependencies": { 14 14 "@nuxt/devtools-edge": "0.0.0-27909847.46d1bc3", 15 15 "nuxt": "3.1.0", 16 - "nuxt-vitest": "0.6.0", 16 + "nuxt-vitest": "0.6.1", 17 17 "vitest": "0.28.1", 18 - "vitest-environment-nuxt": "0.6.0" 18 + "vitest-environment-nuxt": "0.6.1" 19 19 }, 20 - "version": "0.6.0" 20 + "version": "0.6.1" 21 21 }
+2 -2
packages/nuxt-vitest/package.json
··· 1 1 { 2 2 "name": "nuxt-vitest", 3 3 "type": "module", 4 - "version": "0.6.0", 4 + "version": "0.6.1", 5 5 "license": "MIT", 6 6 "exports": { 7 7 "./module": { ··· 43 43 "@vitest/ui": "^0.28.1", 44 44 "get-port-please": "^3.0.1", 45 45 "vitest": "^0.28.1", 46 - "vitest-environment-nuxt": "0.6.0" 46 + "vitest-environment-nuxt": "0.6.1" 47 47 }, 48 48 "devDependencies": { 49 49 "@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.0", 3 + "version": "0.6.1", 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": [