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': {