Moved testing ts after merge
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { TestBed, async } from '@angular/core/testing';
|
||||
import { RouterTestingModule } from '@angular/router/testing';
|
||||
import { BackendService } from '../../services/backend.service';
|
||||
import { BackendService } from '../../../services/backend.service';
|
||||
import { HttpClientModule } from '@angular/common/http';
|
||||
import { SprintTableComponent } from './sprint-table.component';
|
||||
|
||||
@@ -83,7 +83,6 @@ export class SprintTableComponent extends TableComponentBase<ScrumSprint> {
|
||||
});
|
||||
if (editSprint == null) {
|
||||
modalRef.result.then((result) => {
|
||||
alert("hi");
|
||||
this.items.push(result);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user