Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Sep 26, 2023
1 parent 7bb533b commit 52853b9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jest.spyOn(console, 'warn').mockImplementation((...errMsgs) => {
return
}
console.warn(
'Unexpected console.warn spam in your jest test' + JSON.stringify(errMsgs)
'Unexpected console.warn spam in your jest test - please stub out. ' +
JSON.stringify(errMsgs)
)
})

Expand Down

0 comments on commit 52853b9

Please sign in to comment.