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 b2cea4b commit 7bb533b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jest.spyOn(console, 'warn').mockImplementation((...errMsgs) => {
// get rid of deprecation wawrning spam
return
}
throw new Error(
console.warn(
'Unexpected console.warn spam in your jest test' + JSON.stringify(errMsgs)
)
})
Expand Down

0 comments on commit 7bb533b

Please sign in to comment.