mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 22:36:01 +00:00
jest reporters
This commit is contained in:
@@ -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'],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user