continuation de la partie advertiser

This commit is contained in:
MiharyR 2021-11-24 12:07:31 +01:00
parent 01c0e137e0
commit 1e5b9bd49c
28 changed files with 656 additions and 91 deletions

View file

@ -1,25 +0,0 @@
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { NavbarAdvertiserComponent } from './navbar-advertiser.component';
describe('NavbarAdvertiserComponent', () => {
let component: NavbarAdvertiserComponent;
let fixture: ComponentFixture<NavbarAdvertiserComponent>;
beforeEach(async () => {
await TestBed.configureTestingModule({
declarations: [ NavbarAdvertiserComponent ]
})
.compileComponents();
});
beforeEach(() => {
fixture = TestBed.createComponent(NavbarAdvertiserComponent);
component = fixture.componentInstance;
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
});