wct-istanbul
Advanced tools
Comparing version 0.11.0 to 0.11.1
{ | ||
"name": "wct-istanbul", | ||
"version": "0.11.0", | ||
"version": "0.11.1", | ||
"description": "Instanbul coverage reporting for projects being tested by web-component-tester", | ||
@@ -5,0 +5,0 @@ "main": "lib/plugin.js", |
# wct-istanbul | ||
============================= | ||
A fork of [web-component-tester-istanbul](https://github.com/thedeeno/web-component-tester-istanbul) Istanbul coverage plugin for [t2ym/web-component-tester#wct6-plugin](https://github.com/t2ym/web-component-tester/tree/wct6-plugin). | ||
A fork of [web-component-tester-istanbul](https://github.com/thedeeno/web-component-tester-istanbul) Istanbul coverage plugin for [@t2ym/web-component-tester](https://github.com/t2ym/web-component-tester/tree/wct6-plugin-scoped). | ||
@@ -12,13 +12,13 @@ Use this plugin to collect and report test coverage (via istanbul) for | ||
```sh | ||
npm install wct-istanbul --saveDev | ||
npm install --save-dev wct-istanbul | ||
``` | ||
### Notes | ||
- The module must be installed with [t2ym/web-component-tester#wct6-plugin](https://github.com/t2ym/web-component-tester/tree/wct6-plugin) | ||
- The module must be installed with [@t2ym/web-component-tester](https://github.com/t2ym/web-component-tester/tree/wct6-plugin-scoped) | ||
```sh | ||
npm install t2ym/web-component-tester#wct6-plugin | ||
npm install --save-dev @t2ym/web-component-tester | ||
``` | ||
- The dedicated fork [t2ym/polymer-cli#wct6-plugin](https://github.com/t2ym/polymer-cli/tree/wct6-plugin) must be used with the module | ||
- The dedicated fork [@t2ym/polymer-cli](https://github.com/t2ym/polymer-cli/tree/wct6-plugin) must be used with the module | ||
```sh | ||
npm install -g t2ym/polymer-cli#wct6-plugin | ||
npm install -g @t2ym/polymer-cli | ||
``` | ||
@@ -25,0 +25,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10520