File: /var/www/vhost/disk-apps/pwa.sports-crowd.com/src/app/services/publication-club.service.spec.ts
import { TestBed } from '@angular/core/testing';
import { PublicationClubService } from './publication-club.service';
describe('PhotoClubService', () => {
let service: PublicationClubService;
beforeEach(() => {
TestBed.configureTestingModule({ teardown: { destroyAfterEach: false } });
service = TestBed.inject(PublicationClubService);
});
it('should be created', () => {
expect(service).toBeTruthy();
});
});