mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 22:36:01 +00:00
8 lines
197 B
JavaScript
8 lines
197 B
JavaScript
module.exports = {
|
|
setupFilesAfterEnv: ['<rootDir>/setupTests.js'],
|
|
reporters: [
|
|
'summary', // nice overall summary
|
|
'github-actions', // adds inline annotations in PRs
|
|
],
|
|
};
|