Hey guys. I’m trying to test my worker using jest environment miniflare. I’m getting the error “unex

Hey guys. I’m trying to test my worker using jest environment miniflare. I’m getting the error “unexpected token export” from one of my deps. Would i need to use babel and convert modules to commonJS or is there another way around this?
Was this page helpful?