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

Daniel Roe (Jul 24, 2023, 8:19 PM +0100) caf99711 ba7ca79a

+15 -7
+8
CHANGELOG.md
··· 1 1 2 2 3 + ## [0.10.2](https://github.com/danielroe/vitest-environment-nuxt/compare/0.10.1...0.10.2) (2023-07-24) 4 + 5 + 6 + ### Bug Fixes 7 + 8 + * improve fetch polyfill implementations ([#279](https://github.com/danielroe/vitest-environment-nuxt/issues/279)) ([f7ca56c](https://github.com/danielroe/vitest-environment-nuxt/commit/f7ca56c37b8443f750a8ba7745b5fda9347f6af4)) 9 + * vue-router with jsdom ([#277](https://github.com/danielroe/vitest-environment-nuxt/issues/277)) ([4ebb670](https://github.com/danielroe/vitest-environment-nuxt/commit/4ebb67091729b22e52631435646405f49b94f8cb)) 10 + 3 11 ## [0.10.1](https://github.com/danielroe/vitest-environment-nuxt/compare/0.10.0...0.10.1) (2023-07-18) 4 12 5 13
+1 -1
package.json
··· 46 46 "nuxt-vitest": "workspace:*" 47 47 } 48 48 }, 49 - "version": "0.10.1" 49 + "version": "0.10.2" 50 50 }
+3 -3
playground/package.json
··· 18 18 "happy-dom": "10.5.2", 19 19 "jsdom": "22.1.0", 20 20 "nuxt": "3.6.5", 21 - "nuxt-vitest": "0.10.1", 21 + "nuxt-vitest": "0.10.2", 22 22 "typescript": "5.1.6", 23 23 "vitest": "0.33.0", 24 - "vitest-environment-nuxt": "0.10.1", 24 + "vitest-environment-nuxt": "0.10.2", 25 25 "vue-tsc": "1.8.6" 26 26 }, 27 - "version": "0.10.1" 27 + "version": "0.10.2" 28 28 }
+2 -2
packages/nuxt-vitest/package.json
··· 1 1 { 2 2 "name": "nuxt-vitest", 3 3 "type": "module", 4 - "version": "0.10.1", 4 + "version": "0.10.2", 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.1" 62 + "vitest-environment-nuxt": "0.10.2" 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.1", 3 + "version": "0.10.2", 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": [