Remove mocha and jasmine-ajax dependencies (#11813)

This commit is contained in:
Denys Vuika
2026-04-16 10:20:49 +01:00
committed by GitHub
parent b550712160
commit 6fc8dda887
31 changed files with 926 additions and 1807 deletions
@@ -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', () => {