Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mzanoni committed Sep 30, 2024
1 parent 32f73a1 commit 9a2192e
Show file tree
Hide file tree
Showing 4 changed files with 4,408 additions and 8,489 deletions.
13 changes: 5 additions & 8 deletions lib/jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,14 @@ module.exports = {
moduleDirectories: ['node_modules'],
setupFilesAfterEnv: ['./tests/setup-jest.js'],
transform: {
'^.+\\.[tj]s$': 'ts-jest',
'^.+\\.[tj]s$': ['ts-jest', {
tsconfig: {
allowJs: true,
},
}],
},
transformIgnorePatterns: [
'node_modules/(?!(@relewise)/)',
'../lib/dist/cjs/relewise-client.js',
],
globals: {
'ts-jest': {
tsconfig: {
allowJs: true,
},
},
},
};
Loading

0 comments on commit 9a2192e

Please sign in to comment.