Skip to content

Commit

Permalink
Merge pull request #1068 from terrestris/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
dnlkoch authored Oct 31, 2023
2 parents 873b2f0 + b9906c2 commit 494a515
Show file tree
Hide file tree
Showing 3 changed files with 2,410 additions and 2,730 deletions.
15 changes: 7 additions & 8 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,20 @@ module.exports = {
'node_modules'
],
transformIgnorePatterns: [
'node_modules/(?!(ol)/)'
'node_modules/(?!(ol|query-string|decode-uri-component|split-on-first|filter-obj)/)'
],
transform: {
'^.+\\.jsx?$': '<rootDir>/node_modules/babel-jest',
'^.+\\.ts?$': 'ts-jest'
'^.+\\.ts?$': [
'ts-jest', {
tsconfig: '<rootDir>/tsconfig.prod.json'
}
]
},
setupFilesAfterEnv: [
'<rootDir>/jest/setup.js'
],
collectCoverageFrom: [
'src/**/*.ts'
],
globals: {
'ts-jest': {
tsconfig: '<rootDir>/tsconfig.prod.json'
}
}
]
};
Loading

0 comments on commit 494a515

Please sign in to comment.