Skip to content

Commit

Permalink
chore: Upgrade Jest to 29 (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Sep 13, 2022
1 parent d1d7763 commit 246b323
Show file tree
Hide file tree
Showing 4 changed files with 549 additions and 547 deletions.
7 changes: 1 addition & 6 deletions action-src/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,8 @@ module.exports = {
testEnvironment: 'node',
testMatch: ['**/*.test.{js,ts}'],
transform: {
'^.+\\.ts$': 'ts-jest'
'^.+\\.ts$': ['ts-jest', {tsconfig: './tsconfig.json'}]
},
roots: ['./src'],
globals: {
'ts-jest': {
tsconfig: './tsconfig.json'
}
},
verbose: true
}
6 changes: 3 additions & 3 deletions action-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"@pollyjs/adapter-node-http": "^6.0.5",
"@pollyjs/core": "^6.0.5",
"@pollyjs/persister-fs": "^6.0.5",
"@types/jest": "^28.1.8",
"@types/jest": "^29.0.1",
"env-cmd": "^10.1.0",
"jest": "^28.1.3",
"jest": "^29.0.3",
"rimraf": "^3.0.2",
"ts-jest": "^28.0.8",
"ts-jest": "^29.0.0",
"typescript": "^4.8.3"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 246b323

Please sign in to comment.