@open-wc/testing
Advanced tools
Comparing version 3.0.4 to 3.1.0
# Change Log | ||
## 3.1.0 | ||
### Minor Changes | ||
- b762707d: Feat/customize render | ||
### Patch Changes | ||
- Updated dependencies [b762707d] | ||
- @open-wc/testing-helpers@2.1.0 | ||
## 3.0.4 | ||
@@ -4,0 +15,0 @@ |
{ | ||
"name": "@open-wc/testing", | ||
"version": "3.0.4", | ||
"version": "3.1.0", | ||
"publishConfig": { | ||
@@ -42,3 +42,3 @@ "access": "public" | ||
"@open-wc/semantic-dom-diff": "^0.19.5", | ||
"@open-wc/testing-helpers": "^2.0.4", | ||
"@open-wc/testing-helpers": "^2.1.0", | ||
"@types/chai": "^4.2.11", | ||
@@ -45,0 +45,0 @@ "@types/chai-dom": "^0.0.9", |
@@ -13,3 +13,3 @@ # Testing >> Testing Package ||10 | ||
Exposes all functions of [@open-wc/testing-helpers](https://github.com/open-wc/open-wc/blob/d4fd7aa4acc351c0a152fde18943b14d1b8d06f8/docs/docs/testing/helpers.md), so that you have a single package to import from: | ||
Exposes all functions of [@open-wc/testing-helpers](https://github.com/open-wc/open-wc/blob/85d1789da347507451cfebb1b98f88f60c5386cd/docs/docs/testing/helpers.md), so that you have a single package to import from: | ||
@@ -16,0 +16,0 @@ ```javascript |
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
74903