Skip to content

Commit

Permalink
less syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Sep 14, 2020
1 parent ebaf3a2 commit c6eb456
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/jest-console/src/CustomConsole.ts
Expand Up @@ -27,8 +27,7 @@ export default class CustomConsole extends Console {
constructor(
stdout: NodeJS.WriteStream,
stderr: NodeJS.WriteStream,
formatBuffer: Formatter = (_type: LogType, message: string): string =>
message,
formatBuffer: Formatter = (_type, message): string => message,
) {
super(stdout, stderr);
this._stdout = stdout;
Expand Down

0 comments on commit c6eb456

Please sign in to comment.