bullhorn/career-portal

View on GitHub
src/app/services/apply/apply.service.spec.ts

Summary

Maintainability
A
2 hrs
Test Coverage
/* tslint:disable:no-unused-variable */

import { TestBed, inject } from '@angular/core/testing';
import { ApplyService } from './apply.service';

describe('Service: Apply', () => {
  beforeEach(() => {
    TestBed.configureTestingModule({
      providers: [ApplyService],
    });
  });

  it('should ...', inject([ApplyService], (service: ApplyService) => {
    expect(service).toBeTruthy();
  }));
});