Skip to content

Commit 741e4f2

Browse files
committed
chore(*): turing on shard logging for tests
1 parent 54ddb33 commit 741e4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/test-utils/configure-suite.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ function setupJasmineCurrentTest() {
172172

173173
// TODO: enable on re-run by selecting enable debug logging
174174
// https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/enabling-debug-logging
175-
const shardLogging = false;
175+
const shardLogging = true;
176176
if (shardLogging) {
177177
const myReporter = {
178178
suiteStarted: function(result) {

0 commit comments

Comments
 (0)