feat : page not found

This commit is contained in:
styve Lioumba
2025-11-25 18:34:38 +01:00
parent b881a48aed
commit 218603911a
15 changed files with 877 additions and 57 deletions

View File

@@ -1,6 +1,7 @@
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { NotFoundComponent } from './not-found.component';
import { provideRouter } from '@angular/router';
describe('NotFoundComponent', () => {
let component: NotFoundComponent;
@@ -9,6 +10,7 @@ describe('NotFoundComponent', () => {
beforeEach(async () => {
await TestBed.configureTestingModule({
imports: [NotFoundComponent],
providers: [provideRouter([])],
}).compileComponents();
fixture = TestBed.createComponent(NotFoundComponent);