cefn / lauf

Monorepo for lauf packages.
MIT License
5 stars 0 forks source link

Add unit and integration tests to example app #139

Closed cefn closed 3 years ago

cefn commented 3 years ago

Separates business logic and rendering into completely independent files to illustrate the benefits of @lauf.

Introduces unit tests using jest and integration tests using playwright in chromium.

Aligns the Javascript implementation of Counter with the updated Typescript one.