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:
marocchino 2022-08-29 09:50:14 +09:00 committed by GitHub
commit cf9937fab0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 692 additions and 8 deletions

View file

@ -1 +1 @@
nodejs 14.17.0
nodejs 16.15.1

View file

@ -3,9 +3,8 @@ module.exports = {
moduleFileExtensions: ['js', 'ts'],
testEnvironment: 'node',
testMatch: ['**/*.test.ts'],
testRunner: 'jest-circus/runner',
transform: {
'^.+\\.ts$': 'ts-jest'
},
verbose: true
}
}

View file

@ -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",

693
yarn.lock

File diff suppressed because it is too large Load diff