I have created a native custom element as web component with pure JS/HTML/CSS following the guide here.
Now I am wondering how can I write unit tests for such a component. There is an excellent library web component tester but I believe it is only meant for the components created with polymer.
As my component is not a polymer web component, rather a native one, can somebody please point me to the right direction for unit testing.