Skip to content

Commit 838d141

Browse files
committed
chore: update jest configuration and dependencies
- Removed `lodash.pick` from dependencies. - Updated Jest and ts-jest to versions 30.0.5 and 29.4.0 respectively. - Simplified Jest configuration by removing unnecessary globals. - Updated snapshot files to reflect changes in output formatting.
1 parent 4e5bd5d commit 838d141

File tree

7 files changed

+3261
-3470
lines changed

7 files changed

+3261
-3470
lines changed

jest.config.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,5 @@ module.exports = {
33
'<rootDir>[/\\\\](dist|compiled|node_modules)[/\\\\]'
44
],
55
testEnvironment: 'node',
6-
preset: 'ts-jest',
7-
globals: {
8-
'ts-jest': {
9-
// diagnostics: false
10-
}
11-
}
6+
preset: 'ts-jest'
127
}

0 commit comments

Comments
 (0)