mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Ban xit and xdescribe use in the future (#4923)
* remove xit test and ban xit and xdescribe use in the future * remove xit test and ban xit and xdescribe use in the future * remove test excluded * remove consecutive blank line
This commit is contained in:
@@ -45,9 +45,7 @@ const definedSourceParams = {
|
||||
}
|
||||
};
|
||||
|
||||
/* tslint:disable */
|
||||
// TODO: crashes because of LogService problem
|
||||
xdescribe('AttachFolderWidgetComponent', () => {
|
||||
describe('AttachFolderWidgetComponent', () => {
|
||||
|
||||
let widget: AttachFolderWidgetComponent;
|
||||
let fixture: ComponentFixture<AttachFolderWidgetComponent>;
|
||||
|
Reference in New Issue
Block a user