fix header

This commit is contained in:
Peter Maquiran
2024-03-04 09:11:06 +01:00
parent 588b59b3ab
commit b697a0c37b
6 changed files with 47 additions and 7 deletions
@@ -0,0 +1,16 @@
import { TestBed } from '@angular/core/testing';
import { HardwareGoBackService } from './hardware-go-back.service';
describe('HardwareGoBackService', () => {
let service: HardwareGoBackService;
beforeEach(() => {
TestBed.configureTestingModule({});
service = TestBed.inject(HardwareGoBackService);
});
it('should be created', () => {
expect(service).toBeTruthy();
});
});