Skip to content

Commit

Permalink
MOBILE-4616 npm: Rebuild package-lock to fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dpalou committed Aug 22, 2024
1 parent 3fdc860 commit 8ca0571
Show file tree
Hide file tree
Showing 2 changed files with 778 additions and 719 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ module.exports = {
'!src/core/initializers/index.ts',
'!src/core/features/emulators/services/zip.ts',
],
transformIgnorePatterns: ['node_modules/(?!@stencil|@angular|@ionic|@moodlehq|@ngx-translate|@awesome-cordova-plugins|swiper|jest-preset-angular)'],
transformIgnorePatterns: ['node_modules/(?!@stencil|@angular|@ionic|@moodlehq|@ngx-translate|@awesome-cordova-plugins|swiper)'],
moduleNameMapper: pathsToModuleNameMapper(compilerOptions.paths, { prefix: '<rootDir>/src/' }),
};
Loading

0 comments on commit 8ca0571

Please sign in to comment.