[MIGRATION] - check if hte module mapping hide the warning

This commit is contained in:
VitoAlbano
2025-04-22 15:16:24 +01:00
parent b0d4407639
commit 64c9141231
2 changed files with 279 additions and 133 deletions

View File

@@ -5,6 +5,9 @@ export default {
testEnvironment: 'jsdom',
setupFilesAfterEnv: ['<rootDir>/src/test-setup.ts'],
coverageDirectory: '../../../coverage/libs/js-api',
moduleMNameMapper: {
'^pdfjs-dist$': 'pdfjs-dist/legacy/build/pdf'
},
transform: {
'^.+\\.(ts|mjs|js|html)$': [
'jest-preset-angular',