@open-wc/testing
Advanced tools
Comparing version 2.5.2 to 2.5.3
@@ -6,2 +6,13 @@ # Change Log | ||
## [2.5.3](https://github.com/open-wc/open-wc/compare/@open-wc/testing@2.5.2...@open-wc/testing@2.5.3) (2020-02-06) | ||
### Bug Fixes | ||
* **testing:** export "waitUntil" type ([730514f](https://github.com/open-wc/open-wc/commit/730514f111926d6fb0ea750994e98482bb6ab092)) | ||
## [2.5.2](https://github.com/open-wc/open-wc/compare/@open-wc/testing@2.5.1...@open-wc/testing@2.5.2) (2020-01-31) | ||
@@ -8,0 +19,0 @@ |
@@ -18,2 +18,3 @@ /// <reference path="./register-chai-plugins.d.ts" /> | ||
export { elementUpdated } from '@open-wc/testing-helpers/index.js'; | ||
export { waitUntil } from '@open-wc/testing-helpers/index.js'; | ||
@@ -20,0 +21,0 @@ import chai from 'chai'; |
{ | ||
"name": "@open-wc/testing", | ||
"version": "2.5.2", | ||
"version": "2.5.3", | ||
"publishConfig": { | ||
@@ -45,3 +45,4 @@ "access": "public" | ||
}, | ||
"module": "index.js" | ||
"module": "index.js", | ||
"gitHead": "79d89eadaf3e9213913d23bc21cba5cedee1292d" | ||
} |
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
44516
147