avajs / awesome-ava

Awesome AVA resources
https://avajs.dev
Creative Commons Zero v1.0 Universal
346 stars 36 forks source link

Add ava-webcomponents #27

Closed Wildhoney closed 5 years ago

Wildhoney commented 5 years ago

I've been using this setup for a while now with a few projects, but have finally decided to release it as a standalone module. It sets up a simple Express server which then runs the code in a Puppeteer environment – very useful for testing isolated web components in the environment they're supposed to be run in.

novemberborn commented 5 years ago

@Wildhoney nice approach with the withComponent() function!