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