@open-wc/testing
Advanced tools
Comparing version 2.5.11 to 2.5.12
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.5.12](https://github.com/open-wc/open-wc/compare/@open-wc/testing@2.5.11...@open-wc/testing@2.5.12) (2020-04-20) | ||
**Note:** Version bump only for package @open-wc/testing | ||
## [2.5.11](https://github.com/open-wc/open-wc/compare/@open-wc/testing@2.5.10...@open-wc/testing@2.5.11) (2020-04-12) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@open-wc/testing", | ||
"version": "2.5.11", | ||
"version": "2.5.12", | ||
"publishConfig": { | ||
@@ -16,2 +16,3 @@ "access": "public" | ||
"homepage": "https://github.com/open-wc/open-wc/tree/master/packages/testing", | ||
"module": "index.js", | ||
"scripts": { | ||
@@ -31,4 +32,4 @@ "prepublishOnly": "../../scripts/insert-header.js" | ||
"@open-wc/chai-dom-equals": "^0.12.36", | ||
"@open-wc/semantic-dom-diff": "^0.17.7", | ||
"@open-wc/testing-helpers": "^1.7.1", | ||
"@open-wc/semantic-dom-diff": "^0.17.8", | ||
"@open-wc/testing-helpers": "^1.7.2", | ||
"@types/chai": "^4.1.7", | ||
@@ -44,3 +45,3 @@ "@types/chai-dom": "^0.0.9", | ||
}, | ||
"module": "index.js" | ||
"gitHead": "b77a9f4b56caad5026d2c8b4059aecc521ccaf0f" | ||
} |
@@ -24,5 +24,3 @@ # Testing | ||
it('works', async () => { | ||
const el = await fixture(html` | ||
<my-element></my-element> | ||
`); | ||
const el = await fixture(html` <my-element></my-element> `); | ||
}); | ||
@@ -66,5 +64,3 @@ }); | ||
it('works', async () => { | ||
const el = await fixture(html` | ||
<my-element></my-element> | ||
`); | ||
const el = await fixture(html` <my-element></my-element> `); | ||
await expect(el).to.be.accessible(); | ||
@@ -71,0 +67,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
46119
93