UNPKG

@dbp-topics/greenlight

Version:

[GitHub Repository](https://github.com/digital-blueprint/greenlight-frontend) | [npmjs package](https://www.npmjs.com/package/@dbp-topics/greenlight) | [Unpkg CDN](https://unpkg.com/browse/@dbp-topics/greenlight/) | [Greenlight Bundle](https://gitlab.tugr

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); }); });