bwu-dart / bwu_datagrid

A data-grid Polymer element in Dart
MIT License
74 stars 26 forks source link

unit testing #109

Open damondouglas opened 9 years ago

damondouglas commented 9 years ago

@zoechi I wanted to add more unit tests to this library. Are you ok I give it a go? I will represent each dart file in lib with its own test file:

+-- components
    +-- bwu_column_picker
         +-- bwu_column_picker_test.dart
         +-- bwu_column_picker_test.html
         ....
         ....
zoechi commented 9 years ago

Of course, that would be great.