bahmutov / cypress-hyperapp-unit-test

Unit test Hyperapp components using Cypress
26 stars 1 forks source link

Experiment with the V2 branch #141

Open lukejacksonn opened 6 years ago

lukejacksonn commented 6 years ago

There is a lot of activity around https://github.com/hyperapp/hyperapp/tree/V2 of late. There are still some decisions to be made around final APIs but I thought it would be cool to see what a basic set of tests looks like (especially with declarative Actions/Effects/Subscriptions).

Hopefully I will get around to this sometime soon!

bahmutov commented 6 years ago

That would be awesome @lukejacksonn

bahmutov commented 6 years ago

Invited you @lukejacksonn to collaborate, maybe you would need to refactor things around here - I still think we need to support both v1 and v2 of Hyperapp, somehow in a single repo

bahmutov commented 6 years ago

Maybe even expose mount.v1(...) and mount.v2(...) - just an idea

lukejacksonn commented 6 years ago

Ok. I don't see too much of a problem with that so, all good!