@open-wc/testing-helpers
Advanced tools
Comparing version 0.7.19 to 0.7.20
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.7.20](https://github.com/open-wc/open-wc/compare/@open-wc/testing-helpers@0.7.19...@open-wc/testing-helpers@0.7.20) (2019-03-04) | ||
### Bug Fixes | ||
* **testing-helpers:** correct usage of oneEvent in readme ([a16969a](https://github.com/open-wc/open-wc/commit/a16969a)) | ||
## [0.7.19](https://github.com/open-wc/open-wc/compare/@open-wc/testing-helpers@0.7.18...@open-wc/testing-helpers@0.7.19) (2019-03-03) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@open-wc/testing-helpers", | ||
"version": "0.7.19", | ||
"version": "0.7.20", | ||
"description": "Testing Helpers following open-wc recommendations", | ||
@@ -36,3 +36,3 @@ "author": "open-wc", | ||
}, | ||
"gitHead": "82967a79f5debe0d9fe213426d8ade626461fe27" | ||
"gitHead": "23d856475d68a84ed8ba6a14827d2009ece2187d" | ||
} |
@@ -129,3 +129,3 @@ # Testing Helpers | ||
setTimeout(() => el.fireDone()); | ||
await oneEvent('done'); | ||
await oneEvent(el, 'done'); | ||
expect(el.done).to.be.true; | ||
@@ -132,0 +132,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
33424