source: src/Clients/Angular/finki-chattery/src/app/modules/questioning/components/question-preview-general/question-preview-general.component.spec.ts@ dab7a9b

dev
Last change on this file since dab7a9b was dab7a9b, checked in by Стојков Марко <mst@…>, 3 years ago

Preview question component

  • Property mode set to 100644
File size: 740 bytes
Line 
1import { ComponentFixture, TestBed } from '@angular/core/testing';
2
3import { QuestionPreviewGeneralComponent } from './question-preview-general.component';
4
5describe('QuestionPreviewGeneralComponent', () => {
6 let component: QuestionPreviewGeneralComponent;
7 let fixture: ComponentFixture<QuestionPreviewGeneralComponent>;
8
9 beforeEach(async () => {
10 await TestBed.configureTestingModule({
11 declarations: [ QuestionPreviewGeneralComponent ]
12 })
13 .compileComponents();
14 });
15
16 beforeEach(() => {
17 fixture = TestBed.createComponent(QuestionPreviewGeneralComponent);
18 component = fixture.componentInstance;
19 fixture.detectChanges();
20 });
21
22 it('should create', () => {
23 expect(component).toBeTruthy();
24 });
25});
Note: See TracBrowser for help on using the repository browser.