Use jest-simple-dot-reporter to cut down on test noise

This commit is contained in:
Matt Rubens
2025-01-07 16:35:45 -05:00
parent bd888d8f5c
commit 305b1342ed
3 changed files with 11 additions and 0 deletions

View File

@@ -32,6 +32,9 @@ module.exports = {
modulePathIgnorePatterns: [
'.vscode-test'
],
reporters: [
["jest-simple-dot-reporter", {}]
],
setupFiles: [],
globals: {
'ts-jest': {

7
package-lock.json generated
View File

@@ -61,6 +61,7 @@
"eslint": "^8.57.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-simple-dot-reporter": "^1.0.5",
"lint-staged": "^15.2.11",
"npm-run-all": "^4.1.5",
"ts-jest": "^29.2.5",
@@ -10893,6 +10894,12 @@
"node": ">=8"
}
},
"node_modules/jest-simple-dot-reporter": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/jest-simple-dot-reporter/-/jest-simple-dot-reporter-1.0.5.tgz",
"integrity": "sha512-cZLFG/C7k0+WYoIGGuGXKm0vmJiXlWG/m3uCZ4RaMPYxt8lxjdXMLHYkxXaQ7gVWaSPe7uAPCEUcRxthC5xskg==",
"dev": true
},
"node_modules/jest-snapshot": {
"version": "29.7.0",
"resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.7.0.tgz",

View File

@@ -187,6 +187,7 @@
"eslint": "^8.57.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-simple-dot-reporter": "^1.0.5",
"lint-staged": "^15.2.11",
"npm-run-all": "^4.1.5",
"ts-jest": "^29.2.5",