juicy-html icon indicating copy to clipboard operation
juicy-html copied to clipboard

Add tests for event dispatching

Open tomalec opened this issue 8 years ago • 2 comments

So far we have none, even though it's a part of public API

tomalec avatar Oct 06 '17 11:10 tomalec

Currently, it's hard to achieve it with <test-fixture> as it does not provide any way to hook before element is connected https://github.com/PolymerElements/test-fixture/issues/51

Alternatively, we can consider refactoring the code not to use <test-fixture> but stamp fixtures manually.

tomalec avatar Nov 29 '17 08:11 tomalec

Or fork it and add callbacks probably somewhere in https://github.com/PolymerElements/test-fixture/blob/master/test-fixture.html#L167

tomalec avatar Nov 29 '17 08:11 tomalec