remove silent reporter config

This commit is contained in:
Elio Bischof
2023-06-08 07:14:32 +02:00
parent 7784bbf3cf
commit 59f042619a

View File

@@ -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"]
};
};