Project: Mall App Client: Maiora
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

advertisement.service.spec.ts 368 B

123456789101112
  1. import { TestBed } from '@angular/core/testing';
  2. import { AdvertisementService } from './advertisement.service';
  3. describe('AdvertisementService', () => {
  4. beforeEach(() => TestBed.configureTestingModule({}));
  5. it('should be created', () => {
  6. const service: AdvertisementService = TestBed.get(AdvertisementService);
  7. expect(service).toBeTruthy();
  8. });
  9. });