mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 00:56:02 +00:00
jest reporters
This commit is contained in:
@@ -3,7 +3,8 @@ module.exports = {
|
||||
testEnvironment: 'node',
|
||||
moduleFileExtensions: ['js'],
|
||||
reporters: [
|
||||
'summary', // nice overall summary
|
||||
'github-actions', // adds inline annotations in PRs
|
||||
'default',
|
||||
'jest-summary-reporter',
|
||||
'jest-github-actions-reporter',
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user