mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
chore: eslint fixes for @typescript-eslint/no-explicit-any (#11672)
This commit is contained in:
+1
-1
@@ -26,4 +26,4 @@ TestBed.initTestEnvironment(GlobalTestingModule, platformBrowserDynamicTesting()
|
||||
teardown: { destroyAfterEach: true }
|
||||
});
|
||||
|
||||
(window as any).pdfjsLib = pdfjsLibraryMock;
|
||||
(window as unknown as { pdfjsLib: typeof pdfjsLibraryMock }).pdfjsLib = pdfjsLibraryMock;
|
||||
|
||||
Reference in New Issue
Block a user