mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Migration Angular v19 -> v20
This commit is contained in:
@@ -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'),
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user