We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f99e4f5 commit a8aeb29Copy full SHA for a8aeb29
projects/igniteui-angular/src/lib/test-utils/configure-suite.ts
@@ -54,7 +54,7 @@ export const configureTestSuite = (configureAction?: () => TestBed) => {
54
55
// TODO: enable on re-run by selecting enable debug logging
56
// https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/enabling-debug-logging
57
-const shardLogging = false;
+const shardLogging = true;
58
if (shardLogging) {
59
const myReporter = {
60
suiteStarted: function(result) {
0 commit comments