Update to latest npm build scans (#600)

This commit is contained in:
Daz DeBoer
2025-04-09 14:47:12 -06:00
committed by GitHub
parent 7ce44f0335
commit 46c9941b16
3 changed files with 25 additions and 8 deletions

View File

@@ -6,5 +6,9 @@ module.exports = {
transform: {
'^.+\\.ts$': 'ts-jest'
},
reporters: [
'default',
'@gradle/develocity-agent/jest-reporter',
],
verbose: true
}