Skip to content

Commit 96ba394

Browse files
hainenberSimenB
andauthored
Apply suggestion from @SimenB
Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
1 parent e2dfd80 commit 96ba394

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/jest-reporters/src/GitHubActionsReporter.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ export default class GitHubActionsReporter extends BaseReporter {
7070
protected globalConfig: Config.GlobalConfig;
7171

7272
constructor(
73-
_globalConfig: Config.GlobalConfig,
74-
reporterOptions: {silent?: boolean} = {},
75-
) {
76-
super();
77-
this.globalConfig = _globalConfig;
73+
globalConfig: Config.GlobalConfig,
74+
reporterOptions: {silent?: boolean} = {},
75+
) {
76+
super();
77+
this.globalConfig = globalConfig;
7878
this.options = {
7979
silent:
8080
typeof reporterOptions.silent === 'boolean'

0 commit comments

Comments
 (0)