experimentes with tui
This commit is contained in:
parent
85019b2a54
commit
079397f38d
@ -1,18 +1,18 @@
|
|||||||
import { ComponentFixture, TestBed } from '@angular/core/testing';
|
import { ComponentFixture, TestBed } from '@angular/core/testing';
|
||||||
|
|
||||||
import { GameBarComponent } from './game-bar.component';
|
import { GamesBarComponent } from './games-bar.component';
|
||||||
|
|
||||||
describe('GameBarComponent', () => {
|
describe('GameBarComponent', () => {
|
||||||
let component: GameBarComponent;
|
let component: GamesBarComponent;
|
||||||
let fixture: ComponentFixture<GameBarComponent>;
|
let fixture: ComponentFixture<GamesBarComponent>;
|
||||||
|
|
||||||
beforeEach(async () => {
|
beforeEach(async () => {
|
||||||
await TestBed.configureTestingModule({
|
await TestBed.configureTestingModule({
|
||||||
declarations: [ GameBarComponent ]
|
declarations: [ GamesBarComponent ]
|
||||||
})
|
})
|
||||||
.compileComponents();
|
.compileComponents();
|
||||||
|
|
||||||
fixture = TestBed.createComponent(GameBarComponent);
|
fixture = TestBed.createComponent(GamesBarComponent);
|
||||||
component = fixture.componentInstance;
|
component = fixture.componentInstance;
|
||||||
fixture.detectChanges();
|
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