You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently this template packages uses tinytest which is easy to use and straight forward. However, if we want to add CI we need to enable headless client tests, which tinytest does not support.
My proposed changes:
Use metertesting:mocha in combination with npm chai and puppeteer to run CI tests.
I would propose a PR, incuding the GitHub actions example.