UNPKG

@yoroi/api

Version:
12 lines (11 loc) 342 B
"use strict"; import * as index from './index'; describe('index test only for coverage', () => { it('should have CardanoApi defined', () => { expect(index.CardanoApi).toBeDefined(); }); it('should have CardanoTokenId defined', () => { expect(index.CardanoTokenId).toBeDefined(); }); }); //# sourceMappingURL=index.test.js.map