OpenSlides/client/src/app/core/ui-services/theme.service.spec.ts
2019-02-01 10:19:17 +01:00

13 lines
342 B
TypeScript

import { TestBed } from '@angular/core/testing';
import { ThemeService } from './theme.service';
describe('ThemeService', () => {
beforeEach(() => TestBed.configureTestingModule({}));
it('should be created', () => {
const service: ThemeService = TestBed.get(ThemeService);
expect(service).toBeTruthy();
});
});