-
yarn
-
node index.js
-> log output is{ default: [ { foo: 'bar' } ] }
-
yarn jest ./index.test.js
-> test fails, output is{ default: {} }
-
Downgrade Jest to v24.9.0
-
yarn jest ./index.test.js
-> test passes, output is{ default: [ { foo: 'bar' } ] }
-
Notifications
You must be signed in to change notification settings - Fork 0
rschristian/jest-esm-repro
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|