mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-14 12:31:14 +00:00
Merge pull request #724 from marocchino/dependabot/npm_and_yarn/jest-circus-29.0.1
build(deps-dev): Bump jest-circus from 27.5.1 to 29.0.1
This commit is contained in:
commit
cf9937fab0
4 changed files with 692 additions and 8 deletions
|
|
@ -1 +1 @@
|
|||
nodejs 14.17.0
|
||||
nodejs 16.15.1
|
||||
|
|
|
|||
|
|
@ -3,9 +3,8 @@ module.exports = {
|
|||
moduleFileExtensions: ['js', 'ts'],
|
||||
testEnvironment: 'node',
|
||||
testMatch: ['**/*.test.ts'],
|
||||
testRunner: 'jest-circus/runner',
|
||||
transform: {
|
||||
'^.+\\.ts$': 'ts-jest'
|
||||
},
|
||||
verbose: true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
"eslint-plugin-github": "^4.3.7",
|
||||
"eslint-plugin-jest": "^26.8.7",
|
||||
"jest": "^27.5.1",
|
||||
"jest-circus": "^27.5.1",
|
||||
"jest-circus": "^29.0.1",
|
||||
"js-yaml": "^4.1.0",
|
||||
"prettier": "2.7.1",
|
||||
"ts-jest": "^27.1.4",
|
||||
|
|
|
|||
Loading…
Reference in a new issue