mirror of
https://github.com/gradle/actions.git
synced 2025-04-19 17:29:20 +08:00
Include test results in build scans
This commit is contained in:
parent
cf4feb2d68
commit
2681890a9c
@ -6,5 +6,9 @@ module.exports = {
|
|||||||
transform: {
|
transform: {
|
||||||
'^.+\\.ts$': 'ts-jest'
|
'^.+\\.ts$': 'ts-jest'
|
||||||
},
|
},
|
||||||
|
reporters: [
|
||||||
|
'default',
|
||||||
|
'@gradle/develocity-agent/jest-reporter',
|
||||||
|
],
|
||||||
verbose: true
|
verbose: true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user