OpenSlides/client/src/app/site/agenda/agenda.module.spec.ts

14 lines
293 B
TypeScript
Raw Normal View History

import { AgendaModule } from './agenda.module';
describe('AgendaModule', () => {
let agendaModule: AgendaModule;
beforeEach(() => {
agendaModule = new AgendaModule();
});
it('should create an instance', () => {
expect(agendaModule).toBeTruthy();
});
});