test reporters

This commit is contained in:
Jan Prochazka
2025-11-27 14:47:43 +01:00
parent abf0fc7942
commit a4c4d17381
5 changed files with 34 additions and 18 deletions

View File

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