From 3d6d3b3f5faa0a6841072bb8f217941e6c99c1dc Mon Sep 17 00:00:00 2001 From: Alexey Venderov Date: Thu, 17 Jul 2025 14:00:05 +0200 Subject: [PATCH] Update reporter scope --- sources/jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/jest.config.js b/sources/jest.config.js index 07371dda..8f80b496 100644 --- a/sources/jest.config.js +++ b/sources/jest.config.js @@ -8,7 +8,7 @@ module.exports = { }, reporters: [ 'default', - '@gradle/develocity-agent/jest-reporter', + '@gradle-tech/develocity-agent/jest-reporter', ], verbose: true }