Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save harishrathi/2b828a6dddb79456324de40419985cd6 to your computer and use it in GitHub Desktop.
Save harishrathi/2b828a6dddb79456324de40419985cd6 to your computer and use it in GitHub Desktop.
angular.spec.ts
import { TestBed } from '@angular/core/testing';
import { AllocationRoutingService } from './allocation-routing.service';
describe('AllocationRoutingService', () => {
beforeEach(() => TestBed.configureTestingModule({}));
it('should be created', () => {
const service: AllocationRoutingService = TestBed.get(AllocationRoutingService);
expect(service).toBeTruthy();
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment