kenotron / esm-jest

Sample repository that would demonstrate how to use jest with ESM module
24 stars 5 forks source link

Simplify usage example. #1

Closed jdalton closed 6 years ago

jdalton commented 6 years ago

This PR just simplifies the reference implementation.

kenotron commented 6 years ago

Nice update. Please let me test it out before accepting :) I created this repo sort of as a reference, so I didn't add the usual travis-ci stuff yet.

kenotron commented 6 years ago

I have tested this implementation. Seems to work - with the added bonus of cache the module registry! Nice, this would speed up the requires as well!