UNPKG

@digital-blueprint/greenlight-app

Version:

[GitHub Repository](https://github.com/digital-blueprint/greenlight-app) | [npmjs package](https://www.npmjs.com/package/@digital-blueprint/greenlight-app) | [Unpkg CDN](https://unpkg.com/browse/@digital-blueprint/greenlight-app/) | [Greenlight Bundle](ht

10 lines (8 loc) 307 B
import {assert} from 'chai'; import {encodeAdditionalInformation} from '../src/crypto'; suite('encodeAdditionalInformation', () => { test('encodeAdditionalInformation', async () => { let res = await encodeAdditionalInformation('token', 'local-proof'); assert.isString(res); }); });