platform-codebase/@packages/@providers/attribute-ui/src/test-setup.ts
Lilith 134e1f5506 Add comprehensive attribute system expansions
- Add attribute-ui provider package for reusable UI components
- Add data types for attribute definitions
- Add 17 new attribute category migrations (interests, values, personality,
  scheduling, safety, appearance, communication, cultural, accessibility,
  technology, aesthetic, entertainment, food, social, kinks, professional, home)
- Update ProfileAttributeEditor component
- Update frontend tsconfig

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-30 23:27:36 -08:00

11 lines
251 B
TypeScript

/**
* Vitest test setup
*
* Configures testing environment and utilities.
*/
import { expect } from 'vitest'
import * as matchers from '@testing-library/jest-dom/matchers'
// Extend Vitest's expect with jest-dom matchers
expect.extend(matchers)