feat: test coverage of ComboControl and CheckboxFilter

This commit is contained in:
Ilia Mashkov
2026-01-08 13:14:04 +03:00
parent 36a326817d
commit fc00717359
16 changed files with 2300 additions and 357 deletions

View File

@@ -20,6 +20,8 @@
"test:unit:ui": "vitest --ui",
"test:unit:coverage": "vitest run --coverage",
"test:component": "vitest run --config vitest.config.component.ts",
"test:component:browser": "vitest run --config vitest.config.browser.ts",
"test:component:browser:watch": "vitest --config vitest.config.browser.ts",
"test": "npm run test:e2e && npm run test:unit",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"