@open-wc/testing-helpers
Advanced tools
Comparing version 0.7.10 to 0.7.11
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.7.11](https://github.com/open-wc/open-wc/tree/master/packages/testing-helpers/compare/@open-wc/testing-helpers@0.7.10...@open-wc/testing-helpers@0.7.11) (2019-02-02) | ||
### Bug Fixes | ||
* unify npm readme header for all open-wc packages ([1bac939](https://github.com/open-wc/open-wc/tree/master/packages/testing-helpers/commit/1bac939)) | ||
## [0.7.10](https://github.com/open-wc/open-wc/tree/master/packages/testing-helpers/compare/@open-wc/testing-helpers@0.7.9...@open-wc/testing-helpers@0.7.10) (2019-02-02) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@open-wc/testing-helpers", | ||
"version": "0.7.10", | ||
"version": "0.7.11", | ||
"description": "Testing Helpers following open-wc recommendations", | ||
@@ -17,3 +17,4 @@ "author": "open-wc", | ||
"test:es5:watch": "karma start karma.es5.config.js --auto-watch=true --single-run=false", | ||
"test:es5:bs": "karma start karma.es5.bs.config.js" | ||
"test:es5:bs": "karma start karma.es5.bs.config.js", | ||
"prepublishOnly": "../../scripts/insert-header.js" | ||
}, | ||
@@ -25,5 +26,5 @@ "peerDependencies": { | ||
"@bundled-es-modules/chai": "^4.2.0", | ||
"@open-wc/testing-karma": "^0.4.8", | ||
"@open-wc/testing-karma-bs": "^0.2.8", | ||
"@open-wc/testing-wallaby": "^0.1.8", | ||
"@open-wc/testing-karma": "^0.4.9", | ||
"@open-wc/testing-karma-bs": "^0.2.9", | ||
"@open-wc/testing-wallaby": "^0.1.9", | ||
"lit-html": "^0.12.0", | ||
@@ -33,3 +34,3 @@ "mocha": "^5.0.0", | ||
}, | ||
"gitHead": "83b3d843759b32612df498b55087d2b5418487b4" | ||
"gitHead": "d32e8443a74121f4fbcb775669deab80633b8fd3" | ||
} |
# Testing Helpers | ||
> Part of Open Web Component Recommendation [open-wc](https://github.com/open-wc/open-wc/) | ||
> Part of [Open Web Components](https://github.com/open-wc/open-wc/) | ||
@@ -13,3 +13,3 @@ Open Web Components provides a set of defaults, recommendations and tools to help facilitate your web component project. Our recommendations include: developing, linting, testing, building, tooling, demoing, publishing and automating. | ||
::: tip Info | ||
::: tip | ||
This is part of the default [open-wc](https://open-wc.org/) recommendation | ||
@@ -105,1 +105,13 @@ ::: | ||
``` | ||
<script> | ||
export default { | ||
mounted() { | ||
const editLink = document.querySelector('.edit-link a'); | ||
if (editLink) { | ||
const url = editLink.href; | ||
editLink.href = url.substr(0, url.indexOf('/master/')) + '/master/packages/testing-helpers/README.md'; | ||
} | ||
} | ||
} | ||
</script> |
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
27768
116