You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mohemmhmg/Mohem/src/app/payslip/service/payslip.service.spec.ts

13 lines
338 B
TypeScript

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