mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 14:25:02 +00:00
24 lines
462 B
Markdown
24 lines
462 B
Markdown
# Admin Dialog Package Tests
|
|
|
|
This directory contains unit tests for the admin_dialog 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
|