realm-js/tests/lib
Scott Kyle 249bcd8f3f Change sortByProperty to return new Results
The method name changed to sortedBy to reflect that it returns a new Results object and to be more succinct. Also, the second optional argument instead reflects descending (or rather, reverse) since it's an anti-pattern to have an optional argument default to true in JS, and this also follows precedences set by other JS libraries and by Python's sorted function.
2016-02-18 11:58:39 -08:00
..
asserts.js move everything/rename to make room for android 2015-11-30 11:23:29 -08:00
base-test.js Make several improvements to how tests run under RN 2016-02-15 14:50:16 -08:00
index.js Add test for ListViewDataSource to React Test App 2016-02-15 14:56:44 -08:00
list-tests.js add List.filtered 2016-02-17 20:24:08 -08:00
object-tests.js merge latest from master 2016-01-13 12:46:07 -08:00
package.json Remove realm dependency in realm-tests 2016-01-15 16:24:53 -08:00
query-tests.js add filtered method 2016-02-17 20:06:42 -08:00
realm-tests.js add filtered method 2016-02-17 20:06:42 -08:00
results-tests.js Change sortByProperty to return new Results 2016-02-18 11:58:39 -08:00
schemas.js Convert tests to create objects with property objects 2016-01-05 13:54:03 -08:00
util.js move everything/rename to make room for android 2015-11-30 11:23:29 -08:00