From 2681890a9c9e6804687abbc95352fc9c7484abfd Mon Sep 17 00:00:00 2001 From: daz Date: Wed, 9 Apr 2025 11:34:34 -0600 Subject: [PATCH] Include test results in build scans --- sources/jest.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sources/jest.config.js b/sources/jest.config.js index 6c82c17..07371dd 100644 --- a/sources/jest.config.js +++ b/sources/jest.config.js @@ -6,5 +6,9 @@ module.exports = { transform: { '^.+\\.ts$': 'ts-jest' }, + reporters: [ + 'default', + '@gradle/develocity-agent/jest-reporter', + ], verbose: true }