stevenrskelton / sortable-table

Polymer Web Component that generates a sortable <table> from inlined or AJAX JSON, JSON5, and arrays.
https://stevenrskelton.github.io/sortable-table/
MIT License
196 stars 37 forks source link

tests? #41

Closed tirams closed 9 years ago

tirams commented 9 years ago

are there unit tests for this? or plans for tests

stevenrskelton commented 9 years ago

:+1: No tests yet, but I have started working on them. They are my first priority, I'd love to get them in to help migrate to Polymer 0.8.

Tests are going to be using Polymer's https://github.com/Polymer/web-component-tester, which bundles http://mochajs.org/ and http://chaijs.com/ , and has extra stuff useful for web components.

My plan was to inline tests into the example documentation pages (which up until now served as manual tests), the hold-up has been trying to do it without duplicating everything.