Files
dbgate/integration-tests/jest.config.js
Jan Prochazka d04a8fad4c jest reporters
2025-11-27 14:55:40 +01:00

9 lines
175 B
JavaScript

module.exports = {
setupFilesAfterEnv: ['<rootDir>/setupTests.js'],
reporters: [
'default',
'jest-summary-reporter',
'jest-github-actions-reporter',
],
};