mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 07:24:51 +00:00
remove silent reporter config
This commit is contained in:
@@ -14,13 +14,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 },
|
||||
],
|
||||
"summary",
|
||||
],
|
||||
modulePathIgnorePatterns: ["cypress"]
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user