@yoroi/api
Version:
The API package of Yoroi SDK
12 lines (11 loc) • 342 B
JavaScript
;
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