import { Registry } from '@app/_eth/registry'; import {environment} from '@src/environments/environment'; describe('Registry', () => { it('should create an instance', () => { expect(new Registry(environment.registryAddress)).toBeTruthy(); }); });