import { TestBed } from '@angular/core/testing'; import {GameActionsService} from './game-actions.service'; describe('GameButtonsService', () => { beforeEach(() => TestBed.configureTestingModule({})); it('should be created', () => { const service: GameActionsService = TestBed.get(GameActionsService); expect(service).toBeTruthy(); }); });