Moved testing ts after merge
This commit is contained in:
parent
da4c74b46a
commit
62e1a5fc9a
@ -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);
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user