jest reporters

This commit is contained in:
Jan Prochazka
2025-11-27 15:13:28 +01:00
parent ebd4991de8
commit 094acc40e8
5 changed files with 5 additions and 17 deletions

View File

@@ -2,8 +2,5 @@ module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
moduleFileExtensions: ['js'],
reporters: [
'summary', // nice overall summary
'github-actions', // adds inline annotations in PRs
],
reporters: ['default', 'github-actions'],
};