This commit is contained in:
Elio Bischof
2023-06-06 00:38:09 +02:00
parent 24c1ed7dca
commit 32bdddfb2a
6 changed files with 3 additions and 60 deletions

View File

@@ -17,6 +17,6 @@ export default async (): Promise<Config.InitialOptions> => {
testEnvironment: 'jsdom',
testRegex: '/__test__/.*\\.test\\.tsx?$',
modulePathIgnorePatterns: ['cypress'],
reporters: [[ 'jest-silent-reporter', { useDots: true, showWarnings: true, showPaths: true } ]]
reporters: [[ 'jest-silent-reporter', { useDots: true, showWarnings: true, showPaths: true } ], 'summary']
};
};