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

14 lines
301 B
TypeScript
Raw Normal View History

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