Update reporter scope

This commit is contained in:
Alexey Venderov 2025-07-17 14:00:05 +02:00
parent da08140987
commit 3d6d3b3f5f
No known key found for this signature in database
GPG Key ID: 9B990FC7C0C0E65B

View File

@ -8,7 +8,7 @@ module.exports = {
},
reporters: [
'default',
'@gradle/develocity-agent/jest-reporter',
'@gradle-tech/develocity-agent/jest-reporter',
],
verbose: true
}