[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(deps): update devdependency @types/jsdom to v21.1.5 (#394)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
(Nov 20, 2023, 3:29 AM UTC) 6c26a987 aaf85030

+5 -5
+4 -4
pnpm-lock.yaml
··· 158 158 specifier: 7.0.0 159 159 version: 7.0.0(@vue/compiler-sfc@3.3.4)(vue@3.3.4) 160 160 '@types/jsdom': 161 - specifier: 21.1.4 162 - version: 21.1.4 161 + specifier: 21.1.5 162 + version: 21.1.5 163 163 happy-dom: 164 164 specifier: 12.1.6 165 165 version: 12.1.6 ··· 2162 2162 resolution: {integrity: sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==} 2163 2163 dev: true 2164 2164 2165 - /@types/jsdom@21.1.4: 2166 - resolution: {integrity: sha512-NzAMLEV0KQ4cBaDx3Ls8VfJUElyDUm1xrtYRmcMK0gF8L5xYbujFVaQlJ50yinQ/d47j2rEP1XUzkiYrw4YRFA==} 2165 + /@types/jsdom@21.1.5: 2166 + resolution: {integrity: sha512-sBK/3YjS3uuPj+HzZyhB4GGTnFmk0mdyQfhzZ/sqs9ciyG41QJdZZdwcPa6OfW97OTNTwl5tBAsfEOm/dui9pQ==} 2167 2167 dependencies: 2168 2168 '@types/node': 20.8.3 2169 2169 '@types/tough-cookie': 4.0.3
+1 -1
packages/vitest-environment-nuxt/package.json
··· 61 61 }, 62 62 "devDependencies": { 63 63 "@testing-library/vue": "7.0.0", 64 - "@types/jsdom": "21.1.4", 64 + "@types/jsdom": "21.1.5", 65 65 "happy-dom": "12.1.6", 66 66 "jsdom": "22.1.0", 67 67 "vue": "3.3.4"