Skip to content
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 529 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 529 Bytes

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).