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 54ddb33 commit 741e4f2Copy full SHA for 741e4f2
projects/igniteui-angular/src/lib/test-utils/configure-suite.ts
@@ -172,7 +172,7 @@ function setupJasmineCurrentTest() {
172
173
// TODO: enable on re-run by selecting enable debug logging
174
// https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/enabling-debug-logging
175
-const shardLogging = false;
+const shardLogging = true;
176
if (shardLogging) {
177
const myReporter = {
178
suiteStarted: function(result) {
0 commit comments