[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

chore: release v0.34.6

Vladimir Sheremet (Sep 29, 2023, 9:34 AM +0200) befbe0c4 39647774

+14 -14
+1 -1
package.json
··· 1 1 { 2 2 "name": "@vitest/monorepo", 3 3 "type": "module", 4 - "version": "0.34.5", 4 + "version": "0.34.6", 5 5 "private": true, 6 6 "packageManager": "pnpm@8.7.4", 7 7 "description": "A blazing fast unit test framework powered by Vite",
+1 -1
packages/browser/package.json
··· 1 1 { 2 2 "name": "@vitest/browser", 3 3 "type": "module", 4 - "version": "0.34.5", 4 + "version": "0.34.6", 5 5 "description": "Browser running for Vitest", 6 6 "license": "MIT", 7 7 "funding": "https://opencollective.com/vitest",
+1 -1
packages/coverage-istanbul/package.json
··· 1 1 { 2 2 "name": "@vitest/coverage-istanbul", 3 3 "type": "module", 4 - "version": "0.34.5", 4 + "version": "0.34.6", 5 5 "description": "Istanbul coverage provider for Vitest", 6 6 "author": "Anthony Fu <anthonyfu117@hotmail.com>", 7 7 "license": "MIT",
+1 -1
packages/coverage-v8/package.json
··· 1 1 { 2 2 "name": "@vitest/coverage-v8", 3 3 "type": "module", 4 - "version": "0.34.5", 4 + "version": "0.34.6", 5 5 "description": "V8 coverage provider for Vitest", 6 6 "author": "Anthony Fu <anthonyfu117@hotmail.com>", 7 7 "license": "MIT",
+1 -1
packages/expect/package.json
··· 1 1 { 2 2 "name": "@vitest/expect", 3 3 "type": "module", 4 - "version": "0.34.5", 4 + "version": "0.34.6", 5 5 "description": "Jest's expect matchers as a Chai plugin", 6 6 "license": "MIT", 7 7 "funding": "https://opencollective.com/vitest",
+1 -1
packages/runner/package.json
··· 1 1 { 2 2 "name": "@vitest/runner", 3 3 "type": "module", 4 - "version": "0.34.5", 4 + "version": "0.34.6", 5 5 "description": "Vitest test runner", 6 6 "license": "MIT", 7 7 "funding": "https://opencollective.com/vitest",
+1 -1
packages/snapshot/package.json
··· 1 1 { 2 2 "name": "@vitest/snapshot", 3 3 "type": "module", 4 - "version": "0.34.5", 4 + "version": "0.34.6", 5 5 "description": "Vitest snapshot manager", 6 6 "license": "MIT", 7 7 "funding": "https://opencollective.com/vitest",
+1 -1
packages/spy/package.json
··· 1 1 { 2 2 "name": "@vitest/spy", 3 3 "type": "module", 4 - "version": "0.34.5", 4 + "version": "0.34.6", 5 5 "description": "Lightweight Jest compatible spy implementation", 6 6 "license": "MIT", 7 7 "funding": "https://opencollective.com/vitest",
+1 -1
packages/ui/package.json
··· 1 1 { 2 2 "name": "@vitest/ui", 3 3 "type": "module", 4 - "version": "0.34.5", 4 + "version": "0.34.6", 5 5 "description": "UI for Vitest", 6 6 "license": "MIT", 7 7 "funding": "https://opencollective.com/vitest",
+1 -1
packages/utils/package.json
··· 1 1 { 2 2 "name": "@vitest/utils", 3 3 "type": "module", 4 - "version": "0.34.5", 4 + "version": "0.34.6", 5 5 "description": "Shared Vitest utility functions", 6 6 "license": "MIT", 7 7 "funding": "https://opencollective.com/vitest",
+1 -1
packages/vite-node/package.json
··· 1 1 { 2 2 "name": "vite-node", 3 3 "type": "module", 4 - "version": "0.34.5", 4 + "version": "0.34.6", 5 5 "description": "Vite as Node.js runtime", 6 6 "author": "Anthony Fu <anthonyfu117@hotmail.com>", 7 7 "license": "MIT",
+1 -1
packages/vitest/package.json
··· 1 1 { 2 2 "name": "vitest", 3 3 "type": "module", 4 - "version": "0.34.5", 4 + "version": "0.34.6", 5 5 "description": "A blazing fast unit test framework powered by Vite", 6 6 "author": "Anthony Fu <anthonyfu117@hotmail.com>", 7 7 "license": "MIT",
+1 -1
packages/web-worker/package.json
··· 1 1 { 2 2 "name": "@vitest/web-worker", 3 3 "type": "module", 4 - "version": "0.34.5", 4 + "version": "0.34.6", 5 5 "description": "Web Worker support for testing in Vitest", 6 6 "license": "MIT", 7 7 "funding": "https://opencollective.com/vitest",
+1 -1
packages/ws-client/package.json
··· 1 1 { 2 2 "name": "@vitest/ws-client", 3 3 "type": "module", 4 - "version": "0.34.5", 4 + "version": "0.34.6", 5 5 "description": "WebSocket client wrapper for communicating with Vitest", 6 6 "author": "Anthony Fu <anthonyfu117@hotmail.com>", 7 7 "license": "MIT",