Posts by Gabriel Antunes • 1 point
1 post
-
0
votes1
answer275
viewsQ: Help with jest ERROR : 'Test suite failed to runReferenceError: regeneratorRuntime is not defined'
I’m starting in TDD, I’m using jest to learn. But I have a question: I’m testing the following code : export const search = (query, type) => { return…