Update jest-teamcity, use it as a reporter to show results earlier

This commit is contained in:
Filipp Riabchun 2020-03-05 19:12:22 +01:00
parent 93d9b2d59c
commit 124ad83b51
3 changed files with 6 additions and 6 deletions

View File

@ -727,7 +727,7 @@ object Test : BuildType({
yarn add -D jest-teamcity
cd ..
yarn jest --coverage -w 2 --testResultsProcessor=${'$'}PWD/temp-jest-teamcity/node_modules/jest-teamcity
yarn jest --coverage -w 2 --reporters=${'$'}PWD/temp-jest-teamcity/node_modules/jest-teamcity
""".trimIndent()
dockerImage = "node:10"
dockerImagePlatform = ScriptBuildStep.ImagePlatform.Linux

View File

@ -189,7 +189,7 @@
"jest-matcher-utils": "^25.1.0",
"jest-preset-angular": "^6.0.1",
"jest-raw-loader": "^1.0.1",
"jest-teamcity": "^1.6.0",
"jest-teamcity": "^1.7.0",
"jest-vue-preprocessor": "^1.5.0",
"jest-watch-typeahead": "^0.4.0",
"lerna": "^3.19.0",

View File

@ -17572,10 +17572,10 @@ jest-specific-snapshot@^2.0.0:
dependencies:
jest-snapshot "^24.1.0"
jest-teamcity@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/jest-teamcity/-/jest-teamcity-1.6.0.tgz#96ee3b5a99dde511c2966c78ed2630024a199cab"
integrity sha512-m6CoWSyhmZOyNFDF6eR49tSMHXT0UjNQxVjzShh4ILwPLNGJO1BoCCN0jBUI0lUqLcwIy+LDUV2w/BieIoLp/g==
jest-teamcity@^1.7.0:
version "1.7.0"
resolved "https://registry.yarnpkg.com/jest-teamcity/-/jest-teamcity-1.7.0.tgz#31401d3b353c62809c2a51aac215c4986df088f8"
integrity sha512-pj1s59qoMOMaOdCNvptgCyHLSkL6R2A35XCG+iljRLKXdrCfewAQpzPwDZDlcfxJQi4s7eSYZTDeVfbJl6yYVw==
dependencies:
lodash "^4.17.15"