Ajout de composants Hero Wars

This commit is contained in:
2025-11-27 10:35:38 +01:00
parent 8e3bd16b60
commit 8a1c19e011
66 changed files with 4137 additions and 7 deletions
@@ -0,0 +1,23 @@
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { HerowarsGuildraidComponent } from './herowars-guildraid.component';
describe('HerowarsGuildraidComponent', () => {
let component: HerowarsGuildraidComponent;
let fixture: ComponentFixture<HerowarsGuildraidComponent>;
beforeEach(async () => {
await TestBed.configureTestingModule({
imports: [HerowarsGuildraidComponent]
})
.compileComponents();
fixture = TestBed.createComponent(HerowarsGuildraidComponent);
component = fixture.componentInstance;
fixture.detectChanges();
});
it('should create', () => {
expect(component).toBeTruthy();
});
});