Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 20, 2020
1 parent b1ab462 commit 9657e91
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/jest-message-util/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@ const removeInternalStackEntries = (
): Array<string> => {
let pathCounter = 0;

return lines

return lines.filter(line => {
if (ANONYMOUS_FN_IGNORE.test(line)) {
return false;
Expand Down

0 comments on commit 9657e91

Please sign in to comment.