@authereum/resolution
Version:
Domain Resolution for blockchain domains
17 lines (15 loc) • 601 B
text/typescript
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();
});
});