UNPKG

@authereum/resolution

Version:
17 lines (15 loc) 601 B
import * as Index from './index'; describe('Exported variables', () => { it('works', async () => { expect(Index.default).toBeDefined(); expect(Index.Resolution).toBeDefined(); expect(Index.ResolutionError).toBeDefined(); expect(Index.ResolutionErrorCode).toBeDefined(); expect(Index.UnclaimedDomainResponse).toBeDefined(); expect(Index.NamingServiceName).toBeDefined(); expect(Index.Eip1993Factories).toBeDefined(); expect(Index.DnsUtils).toBeDefined(); expect(Index.DnsRecordsError).toBeDefined(); expect(Index.DnsRecordsErrorCode).toBeDefined(); }); });