UNPKG

insight-tcr

Version:

A blockchain explorer for Bitcore

14 lines (10 loc) 275 B
import { SharedModule } from "./shared.module"; describe('SharedModule', () => { let sharedModule: SharedModule; beforeEach(() => { sharedModule = new SharedModule(); }); it('should create an instance', () => { expect(sharedModule).toBeTruthy(); }); });