Skip to content

Commit cab544a

Browse files
DrJKLarjansingh
authored andcommitted
Tests: Vitest configuration cleanup (#5888)
Simplify default scripts. Filtering is still available to users, we can revisit tagging or grouping later. This fixes the issue where we had tests that were in the codebase but never run because they weren't under `/src/components` Also deletes the duplicate litegraph tests and their associated vitest config file. - **What**: Test cleanup ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-5888-Tests-Vitest-configuration-cleanup-2806d73d36508197b800f68f0b028279) by [Unito](https://www.unito.io)
1 parent 5ef49f4 commit cab544a

File tree

3 files changed

+17
-786
lines changed

3 files changed

+17
-786
lines changed

package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
{
22
"name": "@comfyorg/comfyui-frontend",
33
"private": true,
4-
"version": "1.28.6",
4+
"version": "1.28.4",
55
"type": "module",
66
"repository": "https://github.com/Comfy-Org/ComfyUI_frontend",
77
"homepage": "https://comfy.org",
88
"description": "Official front-end implementation of ComfyUI",
99
"license": "GPL-3.0-only",
1010
"scripts": {
11-
"build:desktop": "nx build @comfyorg/desktop-ui",
1211
"build-storybook": "storybook build",
1312
"build:types": "nx build --config vite.types.config.mts && node scripts/prepare-types.js",
1413
"build": "pnpm typecheck && nx build",
1514
"collect-i18n": "pnpm exec playwright test --config=playwright.i18n.config.ts",
16-
"dev:desktop": "nx dev @comfyorg/desktop-ui",
1715
"dev:electron": "nx serve --config vite.electron.config.mts",
1816
"dev": "nx serve",
1917
"devtools:pycheck": "python3 -m compileall -q tools/devtools",
@@ -35,8 +33,6 @@
3533
"prepare": "husky || true && git config blame.ignoreRevsFile .git-blame-ignore-revs || true",
3634
"preview": "nx preview",
3735
"storybook": "nx storybook -p 6006",
38-
"stylelint:fix": "stylelint --cache --fix",
39-
"stylelint": "stylelint --cache",
4036
"test:browser": "pnpm exec nx e2e",
4137
"test:unit": "nx run test",
4238
"typecheck": "vue-tsc --noEmit",
@@ -81,10 +77,8 @@
8177
"knip": "catalog:",
8278
"lint-staged": "catalog:",
8379
"nx": "catalog:",
84-
"postcss-html": "catalog:",
8580
"prettier": "catalog:",
8681
"storybook": "catalog:",
87-
"stylelint": "catalog:",
8882
"tailwindcss": "catalog:",
8983
"tailwindcss-primeui": "catalog:",
9084
"tsx": "catalog:",

0 commit comments

Comments
 (0)