Skip to content

Commit

Permalink
wat
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jan 27, 2019
1 parent 441cda9 commit 17e6ace
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/jest-util/src/CustomConsole.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ export default class CustomConsole extends Console {
this._logToParentConsole(
this._formatBuffer(type, ' '.repeat(this._groupDepth) + message),
);

// I have no idea why this is needed. If not included, it breaks ./__tests__/console.test.js ¯\_(ツ)_/¯
return undefined;
}

assert(...args: Array<any>) {
Expand Down

0 comments on commit 17e6ace

Please sign in to comment.