@open-wc/testing-helpers
Advanced tools
Comparing version 0.8.7 to 0.8.8
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.8.8](https://github.com/open-wc/open-wc/compare/@open-wc/testing-helpers@0.8.7...@open-wc/testing-helpers@0.8.8) (2019-04-14) | ||
### Bug Fixes | ||
* update generator usage ([5d284d4](https://github.com/open-wc/open-wc/commit/5d284d4)) | ||
## [0.8.7](https://github.com/open-wc/open-wc/compare/@open-wc/testing-helpers@0.8.6...@open-wc/testing-helpers@0.8.7) (2019-04-13) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@open-wc/testing-helpers", | ||
"version": "0.8.7", | ||
"version": "0.8.8", | ||
"description": "Testing Helpers following open-wc recommendations", | ||
@@ -35,4 +35,4 @@ "author": "open-wc", | ||
"@bundled-es-modules/chai": "^4.2.0", | ||
"@open-wc/testing-karma": "^1.1.0", | ||
"@open-wc/testing-karma-bs": "^1.0.4", | ||
"@open-wc/testing-karma": "^1.1.1", | ||
"@open-wc/testing-karma-bs": "^1.0.5", | ||
"@open-wc/testing-wallaby": "^0.1.12", | ||
@@ -44,3 +44,3 @@ "lit-html": "^1.0.0", | ||
}, | ||
"gitHead": "6f6a337e3d1c61f8fbae9f602a65c09c7364137a" | ||
"gitHead": "339fa76e55c8e41c2ce733bb18fc87004e168318" | ||
} |
@@ -14,3 +14,3 @@ # Testing Helpers | ||
::: tip | ||
This is part of the default [open-wc](https://open-wc.org/) recommendation | ||
This is part of the default [open-wc testing](https://open-wc.org/testing/) recommendation | ||
::: | ||
@@ -64,3 +64,3 @@ | ||
## Test a custom class with properties | ||
For lit-html it's a little tougher as it does not support dynamic tag names by default. | ||
For lit-html it's a little tougher as it does not support dynamic tag names by default. | ||
This uses a workaround that's not performant for rerenders, which is fine for testing, but do NOT use this in production code. | ||
@@ -121,3 +121,3 @@ | ||
The `oneEvent` function helps you handle events in the context of the kinds of async test functions that we recommend. | ||
`oneEvent` resolves with the event specified when it fires on the element specified. | ||
`oneEvent` resolves with the event specified when it fires on the element specified. | ||
@@ -124,0 +124,0 @@ ```js |
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
38150