/litelement_wallaby

Example app made with LitElement and tested with Wallaby.js and Karma

Primary LanguageJavaScript

Thanks to all web component enthusiasts of open-wc for their amazing recommendations.

Thanks Thomas Allmer for your help.

How to run

Install dependencies

npm install

Start development server

./node_modules/.bin/polymer serve

How to test with Karma

Single run

npm test

Watch files and test

npm run test:watch

How to test with Wallaby.js

Use your IDE ;)