MyAssetBoard/coinboard-webapp

View on GitHub
AngularCoinBoard/src/app/modules/footer/footer.module.spec.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { FooterModule } from './footer.module';

describe('FooterModule', () => {
  let footerModule: FooterModule;

  beforeEach(() => {
    footerModule = new FooterModule();
  });

  it('should create an instance', () => {
    expect(footerModule).toBeTruthy();
  });
});