| 1 | import { describe, expect, test } from 'vitest' |
| 2 | import { buildDesignSystem } from '../design-system' |
| 3 | import { Theme, ThemeOptions } from '../theme' |
| 4 | import { applyConfigToTheme, keyPathToCssProperty } from './apply-config-to-theme' |
nothing calls this directly
no test coverage detected