Skip to content

Commit 1fc61f0

Browse files
authored
Reimplement GitHub style (#32)
1 parent d1a2e6b commit 1fc61f0

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/reporter/Style.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,9 @@ export class Plain implements Style {
6868
failure: ' FAIL ',
6969
error: ' ERROR '
7070
}
71-
}
71+
}
72+
73+
export class GitHub extends Plain {
74+
bullet = '::group::';
75+
end = '::endgroup::';
76+
}

0 commit comments

Comments
 (0)