| 1 | import { decodeUnicodeEscapeSequence, isHighSurrogate, isLowSurrogate, isSurrogatePair } from '../src/utils/characters'; |
| 2 | import { describe, expect, test } from 'vitest'; |
| 3 | |
| 4 | describe('isHighSurrogate', () => { |
nothing calls this directly
no test coverage detected