mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 10:36:44 +00:00
cleanup
This commit is contained in:
@@ -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']
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user