alexmingoia / purescript-pux

Build type-safe web apps with PureScript.
https://www.purescript-pux.org
Other
565 stars 76 forks source link

Basic test suite #133

Closed jmatsushita closed 7 years ago

jmatsushita commented 7 years ago

Hi @alexmingoia

I took the liberty to start a basic test suite. I'm aiming to try to make the test suite able to test with react and preact-compat which should require either webpack or babel to alias react and react-dom. I'll go with babel for now as I think it'll be quicker to implement.

Cheers,

Jun

alexmingoia commented 7 years ago

This is amazing! Thank you!