mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 05:53:03 +00:00
44878: removed f from describe
This commit is contained in:
@@ -76,7 +76,7 @@ describe('SearchFormComponent', () => {
|
||||
|
||||
expect(scopeSelect.value).toBe(testCommunity.id);
|
||||
}));
|
||||
// fit('should call updateSearch when clicking the submit button with correct parameters', fakeAsync(() => {
|
||||
// it('should call updateSearch when clicking the submit button with correct parameters', fakeAsync(() => {
|
||||
// comp.query = 'Test String'
|
||||
// fixture.detectChanges();
|
||||
// spyOn(comp, 'updateSearch').and.callThrough();
|
||||
|
Reference in New Issue
Block a user