mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 22:36:01 +00:00
@@ -1,8 +1,7 @@
|
||||
module.exports = {
|
||||
setupFilesAfterEnv: ['<rootDir>/setupTests.js'],
|
||||
reporters: [
|
||||
'default',
|
||||
'jest-summary-reporter',
|
||||
'jest-github-actions-reporter',
|
||||
'summary', // nice overall summary
|
||||
'github-actions', // adds inline annotations in PRs
|
||||
],
|
||||
};
|
||||
|
||||
@@ -84,8 +84,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"copyfiles": "^2.2.0",
|
||||
"jest-github-actions-reporter": "^1.0.3",
|
||||
"jest-summary-reporter": "^0.0.2",
|
||||
"prettier": "^2.2.1",
|
||||
"workspaces-run": "^1.0.1"
|
||||
}
|
||||
|
||||
@@ -3,8 +3,7 @@ module.exports = {
|
||||
testEnvironment: 'node',
|
||||
moduleFileExtensions: ['js'],
|
||||
reporters: [
|
||||
'default',
|
||||
'jest-summary-reporter',
|
||||
'jest-github-actions-reporter',
|
||||
'summary', // nice overall summary
|
||||
'github-actions', // adds inline annotations in PRs
|
||||
],
|
||||
};
|
||||
|
||||
@@ -3,8 +3,7 @@ module.exports = {
|
||||
testEnvironment: 'node',
|
||||
moduleFileExtensions: ['js'],
|
||||
reporters: [
|
||||
'default',
|
||||
'jest-summary-reporter',
|
||||
'jest-github-actions-reporter',
|
||||
'summary', // nice overall summary
|
||||
'github-actions', // adds inline annotations in PRs
|
||||
],
|
||||
};
|
||||
|
||||
@@ -3,8 +3,7 @@ module.exports = {
|
||||
testEnvironment: 'node',
|
||||
moduleFileExtensions: ['js'],
|
||||
reporters: [
|
||||
'default',
|
||||
'jest-summary-reporter',
|
||||
'jest-github-actions-reporter',
|
||||
'summary', // nice overall summary
|
||||
'github-actions', // adds inline annotations in PRs
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user