Skip to content

Commit

Permalink
fix(tslib): fix tslib versions
Browse files Browse the repository at this point in the history
Fix the tslib version when generated.
  • Loading branch information
manudss committed Feb 23, 2024
1 parent 6aa8f0c commit 49c8b6a
Show file tree
Hide file tree
Showing 6 changed files with 43,959 additions and 32,654 deletions.
8 changes: 1 addition & 7 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@ const jestConfig: Config = {
setupFilesAfterEnv: ["<rootDir>/projects/setup-jest.ts"],
moduleFileExtensions: ["ts", "html", "js", "json", "mjs"],
transform: {
'^.+\\.(ts|mjs|js|html)$': [
'jest-preset-angular',
{
tsconfig: '<rootDir>/tsconfig.spec.json',
stringifyContentPathRegex: '\\.(html|svg)$',
},
],
'^.+\\.(ts|mjs|js|html)$': 'jest-preset-angular',
},
transformIgnorePatterns: [
"node_modules/(?!.*\\.mjs$|@datorama/akita/*|tslib|rxjs)"
Expand Down
Loading

0 comments on commit 49c8b6a

Please sign in to comment.