Something went wrong. Try again.
[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
Something went wrong. Try again.
JSON
123456789101112131415161718192021222324252627282930313233{ "name": "@vitest/example-projects", "type": "module", "private": true, "license": "MIT", "scripts": { "test": "vitest", "test:ui": "vitest --ui", "test:run": "vitest run" }, "devDependencies": { "@testing-library/jest-dom": "^7.0.1", "@testing-library/react": "^16.3.3", "@testing-library/user-event": "^14.6.6", "@types/react": "^19.2.18", "@vitejs/plugin-react": "^5.2.0", "@vitest/ui": "latest", "fastify": "^5.12.1", "jsdom": "^29.1.1", "react": "^19.2.8", "supertest": "^7.2.2", "tsx": "^4.23.13", "vite": "latest", "vitest": "latest" }, "workspaces": [ "packages/*" ], "stackblitz": { "startCommand": "npm run test:ui" }}