Files
dbgate/integration-tests/jest.config.js
Jan Prochazka a4c4d17381 test reporters
2025-11-27 14:47:43 +01:00

8 lines
197 B
JavaScript

module.exports = {
setupFilesAfterEnv: ['<rootDir>/setupTests.js'],
reporters: [
'summary', // nice overall summary
'github-actions', // adds inline annotations in PRs
],
};