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

Anthony Fu (Jul 9, 2022, 4:17 PM +0800) e910f810 e804393d

+6 -6
+1 -1
package.json
··· 1 1 { 2 2 "name": "@vitest/monorepo", 3 3 "type": "module", 4 - "version": "0.17.1", 4 + "version": "0.18.0", 5 5 "private": true, 6 6 "packageManager": "pnpm@7.3.0", 7 7 "description": "A blazing fast unit test framework powered by Vite",
+1 -1
packages/ui/package.json
··· 1 1 { 2 2 "name": "@vitest/ui", 3 3 "type": "module", 4 - "version": "0.17.1", 4 + "version": "0.18.0", 5 5 "description": "UI for Vitest", 6 6 "license": "MIT", 7 7 "repository": {
+1 -1
packages/vite-node/package.json
··· 1 1 { 2 2 "name": "vite-node", 3 - "version": "0.17.1", 3 + "version": "0.18.0", 4 4 "description": "Vite as Node.js runtime", 5 5 "author": "Anthony Fu <anthonyfu117@hotmail.com>", 6 6 "license": "MIT",
+1 -1
packages/vitest/package.json
··· 1 1 { 2 2 "name": "vitest", 3 - "version": "0.17.1", 3 + "version": "0.18.0", 4 4 "description": "A blazing fast unit test framework powered by Vite", 5 5 "author": "Anthony Fu <anthonyfu117@hotmail.com>", 6 6 "license": "MIT",
+1 -1
packages/web-worker/package.json
··· 1 1 { 2 2 "name": "@vitest/web-worker", 3 3 "type": "module", 4 - "version": "0.17.1", 4 + "version": "0.18.0", 5 5 "description": "Web Worker support for testing in Vitest", 6 6 "exports": { 7 7 ".": {
+1 -1
packages/ws-client/package.json
··· 1 1 { 2 2 "name": "@vitest/ws-client", 3 3 "type": "module", 4 - "version": "0.17.1", 4 + "version": "0.18.0", 5 5 "description": "WebSocket client wrapper for communicating with Vitest", 6 6 "author": "Anthony Fu <anthonyfu117@hotmail.com>", 7 7 "license": "MIT",