We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de1e9c9 commit 86bdc12Copy full SHA for 86bdc12
tests/config/ghaMarkdownReporter.ts
@@ -34,8 +34,8 @@ function getGithubToken() {
34
const octokit = getOctokit(getGithubToken());
35
36
class GHAMarkdownReporter extends MarkdownReporter {
37
- constructor(options: { configDir: string, outputFile?: string }) {
38
- super({ ...options, shardDurationThreshold: 25 * 60 * 1000 });
+ constructor() {
+ super({ shardDurationThreshold: 25 * 60 * 1000 });
39
}
40
41
override async publishReport(report: string) {
0 commit comments