Relative Content

Tag Archive for javascriptreact-nativejestjs

Jest SyntaxError: Unexpected identifier ‘ErrorHandler’

I’m trying to write some unit tests in jest for a react native library I’m writing. However, I keep getting this pesky “unexpected identifier: ‘Error Handler'” message. I’ve tried a lot of possible answers I found on the internet, but none have seemed to work yet.