mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Remove mocha and jasmine-ajax dependencies (#11813)
This commit is contained in:
@@ -29,8 +29,6 @@ import {
|
||||
headerVisibilityCond
|
||||
} from '../../mock/form/widget-visibility-cloud.service.mock';
|
||||
|
||||
declare let jasmine: any;
|
||||
|
||||
describe('WidgetVisibilityCloudService', () => {
|
||||
let service: WidgetVisibilityService;
|
||||
let booleanResult: boolean | undefined;
|
||||
@@ -39,11 +37,6 @@ describe('WidgetVisibilityCloudService', () => {
|
||||
|
||||
beforeEach(() => {
|
||||
service = TestBed.inject(WidgetVisibilityService);
|
||||
jasmine.Ajax.install();
|
||||
});
|
||||
|
||||
afterEach(() => {
|
||||
jasmine.Ajax.uninstall();
|
||||
});
|
||||
|
||||
describe('should be able to evaluate next condition operations', () => {
|
||||
|
||||
Reference in New Issue
Block a user