piotrwitek / react-redux-typescript-jspm-starter

Futuristic, bundle-free, development environment for building Component-Driven SPA with React, Redux and TypeScript - powered by JSPM (SystemJS & Rollup with tree-shaking)
https://piotrwitek.github.io/react-redux-typescript-jspm-starter/
MIT License
231 stars 43 forks source link

Jest-tests can not use jspm-modules. #54

Open amygdaloideum opened 7 years ago

amygdaloideum commented 7 years ago

JSPM-mappings is not used by jest. Attempts to import front end dependencies in a test generates an error.

I am currently having a look at jest-jspm as a possible solution.

piotrwitek commented 7 years ago

@amygdaloideum that would be cool 👍 , please share if you can manage to make it work