aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_modals/update-experiment-dialog/update-experiment-dialog.component.spec.ts
diff options
context:
space:
mode:
authorTAMARA JERINIC <tamara.jerinic@gmail.com>2022-05-25 20:00:03 +0200
committerTAMARA JERINIC <tamara.jerinic@gmail.com>2022-05-25 20:00:03 +0200
commit8d96241a6958a5797d7bf203fbfb2bfe2a4ec391 (patch)
tree373ab9b113ecbe20bf6fad30ad4a7a860e3f4a69 /frontend/src/app/_modals/update-experiment-dialog/update-experiment-dialog.component.spec.ts
parent7dc17a7b94984d24829b6e30ee575e493f2ab787 (diff)
parent54a1eaf3b2176a41dcd2677eb64843638852c371 (diff)
Merge branch 'redesign' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into redesign
Diffstat (limited to 'frontend/src/app/_modals/update-experiment-dialog/update-experiment-dialog.component.spec.ts')
-rw-r--r--frontend/src/app/_modals/update-experiment-dialog/update-experiment-dialog.component.spec.ts25
1 files changed, 25 insertions, 0 deletions
diff --git a/frontend/src/app/_modals/update-experiment-dialog/update-experiment-dialog.component.spec.ts b/frontend/src/app/_modals/update-experiment-dialog/update-experiment-dialog.component.spec.ts
new file mode 100644
index 00000000..e0f26b2c
--- /dev/null
+++ b/frontend/src/app/_modals/update-experiment-dialog/update-experiment-dialog.component.spec.ts
@@ -0,0 +1,25 @@
+import { ComponentFixture, TestBed } from '@angular/core/testing';
+
+import { UpdateExperimentDialogComponent } from './update-experiment-dialog.component';
+
+describe('UpdateExperimentDialogComponent', () => {
+ let component: UpdateExperimentDialogComponent;
+ let fixture: ComponentFixture<UpdateExperimentDialogComponent>;
+
+ beforeEach(async () => {
+ await TestBed.configureTestingModule({
+ declarations: [ UpdateExperimentDialogComponent ]
+ })
+ .compileComponents();
+ });
+
+ beforeEach(() => {
+ fixture = TestBed.createComponent(UpdateExperimentDialogComponent);
+ component = fixture.componentInstance;
+ fixture.detectChanges();
+ });
+
+ it('should create', () => {
+ expect(component).toBeTruthy();
+ });
+});