# Data Table Package Tests This directory contains unit tests for the data_table package. ## Test Files - `metadata.test.ts` - Tests package metadata structure and validation - `components.test.ts` - Tests component definitions and structure ## Running Tests ```bash npm run test:unit ``` ## Test Coverage The tests validate: - Package metadata structure - Semantic versioning - Component definitions - Export configurations - Dependency declarations