JavaScript TIL – Jest expect to throw error in an async call lysender August 13, 2019 I just wanted to test that a certain async call should throw an error and I tried it on Jest. I’m already familiar with RSpec which has similar syntax. Below […] Read more 1 Comment