UNPKG

onfido-sdk-ui

Version:

JavaScript SDK view layer for Onfido identity verification

11 lines (8 loc) 287 B
import { buildIteratorKey } from '../index' test('buildIteratorKey', () => { expect(buildIteratorKey('Some normal Latin characters')).toBe( 'U29tZSBub3JtYWwgTGF0aW4gY2hhcmFjdGVycw==' ) // Non-Latin characters expect(() => buildIteratorKey('ąęśćłź')).not.toThrow() })