Skip to content

Instantly share code, notes, and snippets.

@Qarun-Qadir-Bissoondial
Last active April 19, 2020 20:51
Show Gist options
  • Save Qarun-Qadir-Bissoondial/5102541495b429529e3a165320ea4903 to your computer and use it in GitHub Desktop.
Save Qarun-Qadir-Bissoondial/5102541495b429529e3a165320ea4903 to your computer and use it in GitHub Desktop.
Inventory Service - Auto-generated code
import { TestBed } from '@angular/core/testing';
import { InventoryService } from './inventory.service';
describe('InventoryService', () => {
let service: InventoryService;
beforeEach(() => {
TestBed.configureTestingModule({});
service = TestBed.inject(InventoryService);
});
it('should be created', () => {
expect(service).toBeTruthy();
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment