diff options
author | Christian Fehmer <[email protected]> | 2024-05-13 13:25:21 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-05-13 13:25:21 +0200 |
commit | 059c9e271b9656846968fbe7d7899c3e74ad5b07 (patch) | |
tree | 8b0a78c8e6e8d97255469ec0d9e8cbf656eb2582 /frontend/package.json | |
parent | a9f11719a3b9fd693bbbf7b15a02a1dd3f3a0e55 (diff) | |
download | monkeytype-059c9e271b9656846968fbe7d7899c3e74ad5b07.tar.gz monkeytype-059c9e271b9656846968fbe7d7899c3e74ad5b07.zip |
test: update to vitest 1.6.0, use v8 coverage provider (#5389)
Diffstat (limited to 'frontend/package.json')
-rw-r--r-- | frontend/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/package.json b/frontend/package.json index e88a7af32..27b1cdf7b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -37,7 +37,7 @@ "@types/node": "18.19.1", "@types/object-hash": "2.2.1", "@types/throttle-debounce": "2.1.0", - "@vitest/coverage-istanbul": "1.5.0", + "@vitest/coverage-v8": "1.6.0", "ajv": "8.12.0", "autoprefixer": "10.4.14", "dotenv": "16.4.5", @@ -56,7 +56,7 @@ "vite-plugin-html-inject": "1.1.2", "vite-plugin-inspect": "0.8.3", "vite-plugin-pwa": "0.19.0", - "vitest": "1.5.0" + "vitest": "1.6.0" }, "dependencies": { "axios": "1.6.4", |