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

Is there a sample for writing tests with this starter kit ? #57

Closed srivathsah closed 6 years ago

piotrwitek commented 7 years ago

Here: testing simple business logic: https://github.com/piotrwitek/react-redux-typescript-starter-kit/blob/master/src/store/currency-converter/utils.spec.tsx testing store modules (it is not complete, but just follow the redux testing guide): https://github.com/piotrwitek/react-redux-typescript-starter-kit/blob/master/src/store/currency-rates/spec/currency-rates-reducer.spec.tsx