@author.io/karma-base

A base configuration for running Karma browser tests locally and on Sauce Labs.

Usage no npm install needed!

<script type="module">
  import authorIoKarmaBase from 'https://cdn.skypack.dev/@author.io/karma-base';
</script>

README

karma-customelements

An extension of @author.io/karma-base, specifically for simplifying the scaffolding for web component tests.

Installation

Install as a development dependency.

npm install @author.io/karma-customelements -D

Usage

Make sure you've reviewed the @author.io/karma-base README, since it does the bulk of the work. This module makes it simpler to identify which files are tested in which environment (i.e. ES5 vs ES6).