Merge pull request #3253 from nextcloud/dependarichard/npm_and_yarn/jest

Bump jest and babel-jest to 27.0.5
This commit is contained in:
Christoph Wurst 2021-06-24 09:25:11 +02:00 committed by GitHub
commit de512e6ca9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 974 additions and 1414 deletions

2381
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -92,7 +92,7 @@
"@vue/test-utils": "^1.2.1",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^26.6.3",
"babel-jest": "^27.0.5",
"babel-loader": "^8.2.2",
"css-loader": "^3.6.0",
"eslint": "^5.16.0",
@ -106,7 +106,7 @@
"eslint-plugin-vue": "^5.2.3",
"file-loader": "^6.2.0",
"iconfont-plugin-webpack": "^1.1.4",
"jest": "^26.6.3",
"jest": "^27.0.5",
"jest-serializer-vue": "^2.0.2",
"prettier-eslint": "^12.0.0",
"regenerator-runtime": "^0.13.7",
@ -163,6 +163,7 @@
"setupFilesAfterEnv": [
"./tests/javascript/jest.setup.js",
"./tests/assets/loadAsset.js"
]
],
"testEnvironment": "jsdom"
}
}