Migration Angular v19 -> v20

This commit is contained in:
Lorenz Hilpert
2025-06-16 11:54:47 +02:00
parent 54664123fb
commit d8c2ca9bdc
272 changed files with 10560 additions and 9792 deletions

View File

@@ -17,7 +17,9 @@ class MockConfig {
}
}
jest.mock('scandit-web-datacapture-core');
jest.mock('scandit-web-datacapture-core', () => ({
configure: jest.fn(),
}));
jest.mock('scandit-web-datacapture-barcode', () => ({
barcodeCaptureLoader: jest.fn(() => 'mockedBarcodeLoader'),
}));