dgrid
dgrid copied to clipboard
LocalDB
will you create tests for new DStore feature like LocalDB similar to Rest or implement it in common tests?
What challenge is the lack of tests causing you? We are always looking to increase test coverage, but it is always a challenge of managing resources.
The tests for specific stores are really found in dstore, e.g. https://github.com/SitePen/dstore/blob/master/tests/unit/LocalDB.js , whereas dgrid's tests focus on testing dgrid working with the dstore interface https://github.com/SitePen/dgrid/blob/master/test/intern/core/stores.js , but not duplicating the tests of dstore