OpenSlides/client/src/app/site/motions/services/motion-poll.service.spec.ts

13 lines
362 B
TypeScript
Raw Normal View History

2018-12-21 15:05:11 +01:00
import { TestBed } from '@angular/core/testing';
import { MotionPollService } from './motion-poll.service';
describe('PollService', () => {
beforeEach(() => TestBed.configureTestingModule({}));
it('should be created', () => {
const service: MotionPollService = TestBed.get(MotionPollService);
expect(service).toBeTruthy();
});
});