Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

esm/jest implementation #742

Closed
dancalderon opened this issue Mar 10, 2019 · 1 comment
Closed

esm/jest implementation #742

dancalderon opened this issue Mar 10, 2019 · 1 comment
Labels

Comments

@dancalderon
Copy link

This is a short but important issue.

I have tried every single solution for the jest integration, I couldn't make it work.

I have tried with
.env
NODE_OPTIONS='-r esm' jest

With jest transformation.

I really don't want to convert all my import and exports into old JS just for Jest.

There's another way?

Thanks

@jdalton
Copy link
Member

jdalton commented Mar 10, 2019

Hi @dancalderon!

We don't support jest as a transform target yet. You can watch #706 for updates though and browse our scenario tests for jest scenarios we test for.

@jdalton jdalton closed this as completed Mar 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

2 participants