Include test results in build scans

This commit is contained in:
daz 2025-04-09 11:34:34 -06:00
parent cf4feb2d68
commit 2681890a9c
No known key found for this signature in database

View File

@ -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
} }