Header / Footer editor added - Right now linked to products permission, which should be changed
This commit is contained in:
24
bookie/src/app/header-footer/header-footer.component.spec.ts
Normal file
24
bookie/src/app/header-footer/header-footer.component.spec.ts
Normal file
@ -0,0 +1,24 @@
|
||||
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||
|
||||
import { HeaderFooterComponent } from './header-footer.component';
|
||||
|
||||
describe('HeaderFooterComponent', () => {
|
||||
let component: HeaderFooterComponent;
|
||||
let fixture: ComponentFixture<HeaderFooterComponent>;
|
||||
|
||||
beforeEach(async(() => {
|
||||
TestBed.configureTestingModule({
|
||||
declarations: [HeaderFooterComponent],
|
||||
}).compileComponents();
|
||||
}));
|
||||
|
||||
beforeEach(() => {
|
||||
fixture = TestBed.createComponent(HeaderFooterComponent);
|
||||
component = fixture.componentInstance;
|
||||
fixture.detectChanges();
|
||||
});
|
||||
|
||||
it('should create', () => {
|
||||
expect(component).toBeTruthy();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user