@open-wc/testing-helpers
Advanced tools
Comparing version 1.8.7 to 1.8.8
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.8.8](https://github.com/open-wc/open-wc/compare/@open-wc/testing-helpers@1.8.7...@open-wc/testing-helpers@1.8.8) (2020-08-16) | ||
**Note:** Version bump only for package @open-wc/testing-helpers | ||
## [1.8.7](https://github.com/open-wc/open-wc/compare/@open-wc/testing-helpers@1.8.6...@open-wc/testing-helpers@1.8.7) (2020-08-14) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@open-wc/testing-helpers", | ||
"version": "1.8.7", | ||
"version": "1.8.8", | ||
"publishConfig": { | ||
@@ -39,3 +39,3 @@ "access": "public" | ||
}, | ||
"gitHead": "0632bf20048eb00059b330c1abf9e375f24471fd" | ||
"gitHead": "d0a5414ef1d3384358b034fd2efc6618517738a8" | ||
} |
@@ -34,3 +34,3 @@ import { ScopedElementsMixin } from '@open-wc/scoped-elements'; | ||
/** @type {import('./litFixture').LitHTMLRenderable} */ | ||
// eslint-disable-next-line babel/no-unused-expressions | ||
// eslint-disable-next-line no-unused-expressions | ||
this.template; | ||
@@ -37,0 +37,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
77651