realm-js/tests/js
Mark Rowe 848a5b1c09 Expose an object's internal object ID, and allow fetching an object by its object ID (#1460)
* Expose an object's internal object ID, and allow fetching an object by its object ID
* Throw an exception if methods related to object IDs are used on non-synced Realms.
* Use `std::stoull` to ensure we can return the entire range of possible values.
* Add tests for _objectId() / _objectForObjectId().
* Adding change log
* Skip ObjectIdTests.testSynced for non-Node.
2017-11-08 11:22:59 +01:00
..
admin-user-helper.js Fix admin-user-helper for ROS 2.0 2017-09-21 01:43:08 +03:00
asserts.js Add support for lists of things other than objects 2017-09-26 11:40:22 -07:00
async-tests.js Node.js Win32 support (#864) 2017-03-07 23:24:30 +01:00
download-api-helper.js Don't expose an initializer function. 2017-09-27 20:16:44 +02:00
encryption-tests.js fix encryption tests 2017-10-16 21:47:35 +03:00
garbage-collection.js Running js tests in Electron renderer process (#1196) 2017-08-11 10:30:57 +02:00
index.js Expose an object's internal object ID, and allow fetching an object by its object ID (#1460) 2017-11-08 11:22:59 +01:00
linkingobjects-tests.js Add support for accessing linking objects / backlinks (#1101) 2017-06-29 11:59:10 +02:00
list-tests.js Add support for aggregates on arrays of primitives (#1401) 2017-10-11 14:54:52 +02:00
migration-tests.js Adding test of creating objects during migration. 2017-11-01 17:43:52 +01:00
object-id-tests.js Expose an object's internal object ID, and allow fetching an object by its object ID (#1460) 2017-11-08 11:22:59 +01:00
object-tests.js Add support for lists of things other than objects 2017-09-26 11:40:22 -07:00
package.json Sync and fine grained notifications 2016-10-04 15:07:14 -07:00
permission-tests.js disable failing permission test 2017-10-02 11:33:56 +03:00
query-tests.js [Tests] Stop using Realm.Types 2016-08-04 10:10:28 -07:00
query-tests.json start implementing sync tests 2016-11-08 08:59:30 -08:00
realm-tests.js Merge `master` into `2.0.x` (#1377) 2017-10-03 13:37:21 +02:00
results-tests.js Adding test to illustrate deleting objects while iterating 2017-11-01 10:12:03 +01:00
schemas.js Readding schema for table in test. 2017-09-30 10:26:42 +02:00
session-tests.js Post-release feedback on client reset (#1372) (#1459) 2017-11-06 13:51:33 +01:00
user-tests.js Revert "Merge pull request #1409 from realm/kneth/bugfix/invalid-token" 2017-10-17 00:51:47 +03:00
worker-tests-script.js Accept a custom path for the realm module (#725) 2016-12-08 13:01:41 +01:00
worker.js enable js debugging of node tests from within vs code 2017-03-28 23:22:31 +03:00