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

release v0.8.4

Anthony Fu (Apr 3, 2022, 4:31 PM +0800) 4cc2a294 ef856a66

+6 -6
+1 -1
package.json
··· 1 1 { 2 2 "name": "@vitest/monorepo", 3 - "version": "0.8.3", 3 + "version": "0.8.4", 4 4 "private": true, 5 5 "description": "A blazing fast unit test framework powered by Vite", 6 6 "type": "module",
+1 -1
packages/ui/package.json
··· 1 1 { 2 2 "name": "@vitest/ui", 3 - "version": "0.8.3", 3 + "version": "0.8.4", 4 4 "description": "UI for Vitest", 5 5 "sideEffects": false, 6 6 "repository": {
+1 -1
packages/vite-node/package.json
··· 1 1 { 2 2 "name": "vite-node", 3 - "version": "0.8.3", 3 + "version": "0.8.4", 4 4 "description": "Vite as Node.js runtime", 5 5 "homepage": "https://github.com/vitest-dev/vitest/blob/main/packages/vite-node#readme", 6 6 "bugs": {
+1 -1
packages/vitest/package.json
··· 1 1 { 2 2 "name": "vitest", 3 - "version": "0.8.3", 3 + "version": "0.8.4", 4 4 "description": "A blazing fast unit test framework powered by Vite", 5 5 "keywords": [ 6 6 "vite",
+1 -1
packages/web-worker/package.json
··· 1 1 { 2 2 "name": "@vitest/web-worker", 3 - "version": "0.8.3", 3 + "version": "0.8.4", 4 4 "description": "Web Worker support for testing in Vitest", 5 5 "type": "module", 6 6 "files": [
+1 -1
packages/ws-client/package.json
··· 1 1 { 2 2 "name": "@vitest/ws-client", 3 - "version": "0.8.3", 3 + "version": "0.8.4", 4 4 "description": "WebSocket client wrapper for communicating with Vitest", 5 5 "homepage": "https://github.com/vitest-dev/vitest#readme", 6 6 "bugs": {