Warning, /firebird/firebird-ng/src/app/services/game-controller.service.spec.ts is written in an unsupported language. File is not indexed.
0001 import { TestBed } from '@angular/core/testing';
0002
0003 import { GameControllerService } from './game-controller.service';
0004
0005 describe('GameControllerService', () => {
0006 let service: GameControllerService;
0007
0008 beforeEach(() => {
0009 TestBed.configureTestingModule({});
0010 service = TestBed.inject(GameControllerService);
0011 });
0012
0013 it('should be created', () => {
0014 expect(service).toBeTruthy();
0015 });
0016 });