mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 23:45:59 +00:00
9 lines
175 B
JavaScript
9 lines
175 B
JavaScript
module.exports = {
|
|
setupFilesAfterEnv: ['<rootDir>/setupTests.js'],
|
|
reporters: [
|
|
'default',
|
|
'jest-summary-reporter',
|
|
'jest-github-actions-reporter',
|
|
],
|
|
};
|