mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-02-20 09:51:45 +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,7 +3,6 @@ module.exports = {
|
||||||
moduleFileExtensions: ['js', 'ts'],
|
moduleFileExtensions: ['js', 'ts'],
|
||||||
testEnvironment: 'node',
|
testEnvironment: 'node',
|
||||||
testMatch: ['**/*.test.ts'],
|
testMatch: ['**/*.test.ts'],
|
||||||
testRunner: 'jest-circus/runner',
|
|
||||||
transform: {
|
transform: {
|
||||||
'^.+\\.ts$': 'ts-jest'
|
'^.+\\.ts$': 'ts-jest'
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
"eslint-plugin-github": "^4.3.7",
|
"eslint-plugin-github": "^4.3.7",
|
||||||
"eslint-plugin-jest": "^26.8.7",
|
"eslint-plugin-jest": "^26.8.7",
|
||||||
"jest": "^27.5.1",
|
"jest": "^27.5.1",
|
||||||
"jest-circus": "^27.5.1",
|
"jest-circus": "^29.0.1",
|
||||||
"js-yaml": "^4.1.0",
|
"js-yaml": "^4.1.0",
|
||||||
"prettier": "2.7.1",
|
"prettier": "2.7.1",
|
||||||
"ts-jest": "^27.1.4",
|
"ts-jest": "^27.1.4",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue