experimentes with tui
This commit is contained in:
parent
85019b2a54
commit
079397f38d
@ -1,18 +1,18 @@
|
||||
import { ComponentFixture, TestBed } from '@angular/core/testing';
|
||||
|
||||
import { GameBarComponent } from './game-bar.component';
|
||||
import { GamesBarComponent } from './games-bar.component';
|
||||
|
||||
describe('GameBarComponent', () => {
|
||||
let component: GameBarComponent;
|
||||
let fixture: ComponentFixture<GameBarComponent>;
|
||||
let component: GamesBarComponent;
|
||||
let fixture: ComponentFixture<GamesBarComponent>;
|
||||
|
||||
beforeEach(async () => {
|
||||
await TestBed.configureTestingModule({
|
||||
declarations: [ GameBarComponent ]
|
||||
declarations: [ GamesBarComponent ]
|
||||
})
|
||||
.compileComponents();
|
||||
|
||||
fixture = TestBed.createComponent(GameBarComponent);
|
||||
fixture = TestBed.createComponent(GamesBarComponent);
|
||||
component = fixture.componentInstance;
|
||||
fixture.detectChanges();
|
||||
});
|
0
src/modules/backend.module.ts
Normal file
0
src/modules/backend.module.ts
Normal file
Loading…
Reference in New Issue
Block a user