bahmutov / cypress-hyperapp-unit-test

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

Move hyperapp from dev to peer dependency #8

Open bahmutov opened 6 years ago

bahmutov commented 6 years ago

Currently, the version of Hyperapp to load during tests is hardcoded without version

<script defer src="https://unpkg.com/hyperapp"></script>

Instead should load whatever is specified in the test project (how to load package.json from the test package?)

bahmutov commented 6 years ago

In https://github.com/bahmutov/hyperapp-counter-jsx-example/issues/1