mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 02:06:01 +00:00
11 lines
204 B
JavaScript
11 lines
204 B
JavaScript
module.exports = {
|
|
preset: 'ts-jest',
|
|
testEnvironment: 'node',
|
|
moduleFileExtensions: ['js'],
|
|
reporters: [
|
|
'default',
|
|
'jest-summary-reporter',
|
|
'jest-github-actions-reporter',
|
|
],
|
|
};
|