AAE-35934 Cleanup dependencies (#11089)

This commit is contained in:
Denys Vuika
2025-07-31 12:57:38 -04:00
committed by GitHub
parent b67d0a7886
commit c8f0860514
5 changed files with 4 additions and 399 deletions

View File

@@ -5,7 +5,7 @@ export default {
testEnvironment: 'jsdom',
setupFilesAfterEnv: ['<rootDir>/src/test-setup.ts'],
coverageDirectory: '../../../coverage/libs/js-api',
moduleMNameMapper: {
moduleNameMapper: {
'^pdfjs-dist$': 'pdfjs-dist/legacy/build/pdf'
},
transform: {

View File

@@ -15,5 +15,5 @@
* limitations under the License.
*/
import 'jest-preset-angular/setup-jest';
import 'resize-observer-polyfill/dist/ResizeObserver.global';
import { setupZoneTestEnv } from 'jest-preset-angular/setup-env/zone';
setupZoneTestEnv();