| 1 | import { describe, expect, it } from 'vitest'; |
| 2 | import { attributeValueToTypedAttributeValue, isAttributeObject, serializeAttributes } from '../../src/attributes'; |
| 3 | |
| 4 | describe('attributeValueToTypedAttributeValue', () => { |
nothing calls this directly
no test coverage detected