yoavniran / jest-jspm

converts jspm aliasing config into jest mapping config
Do What The F*ck You Want To Public License
2 stars 4 forks source link

Updated to work with SystemJS 0.20+ #7

Open ineentho opened 6 years ago

ineentho commented 6 years ago

This change, together with the suggestion in this comment: https://github.com/yoavniran/jest-jspm/issues/2#issuecomment-287384949, seems to be enough to make this work in 0.20.19 for me.

This should probably not be merged as is, we should probably do some kind of check to keep compatibility with 0.19.

ArmorDarks commented 6 years ago

Oh, that's cool!

I'm not sure keeping compatibility with older SystemJS worth it. In case of SystemJS , as soon as it updates, an older version is pretty much useless.