mirror of
https://github.com/rookiestar28/ComfyUI-OpenClaw.git
synced 2026-08-14 08:52:45 +00:00
Bumps the npm_and_yarn group with 1 update in the / directory: [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `vitest` from 3.2.4 to 4.1.0 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.0/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-version: 4.1.0 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
23 lines
590 B
JSON
23 lines
590 B
JSON
{
|
|
"name": "comfyui-openclaw",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.50.0",
|
|
"jsdom": "^26.0.0",
|
|
"vitest": "^4.1.0"
|
|
},
|
|
"scripts": {
|
|
"test": "node scripts/run-playwright.mjs",
|
|
"test:stress": "node scripts/run-playwright.mjs --stress",
|
|
"test:unit": "vitest run",
|
|
"test:unit:watch": "vitest",
|
|
"test:ui": "npx playwright test --ui",
|
|
"test:headed": "npx playwright test --headed",
|
|
"test:debug": "npx playwright test --debug",
|
|
"test:report": "npx playwright show-report"
|
|
}
|
|
}
|