realm-js/tests/js
Thomas Goyne 05a65ce49c Check the correct name when adding permissions object schemas to the schema
The `name` property of the schema object is the name of the class (i.e. `Role`
for the role object) rather than the schema name (i.e. `__Role`). This happened
to work if only the predefined schema objects were used and no user-defined
classes had the non-underscore-prefixed names, but broke otherwise.
2018-11-20 07:47:08 -08:00
..
admin-user-helper.js Redesign user auth (#2002) 2018-09-13 08:45:06 +02:00
asserts.js Add object-level permissions tests 2018-03-01 16:16:58 -08:00
async-tests.js Node.js Win32 support (#864) 2017-03-07 23:24:30 +01:00
download-api-helper.js Redesign user auth (#2002) 2018-09-13 08:45:06 +02:00
encryption-tests.js Throw a meaningful error when refreshing a token for an invalid Realm path (#2084) 2018-10-24 00:33:34 +02:00
garbage-collection.js Running js tests in Electron renderer process (#1196) 2017-08-11 10:30:57 +02:00
index.js Revert "Adding a test of the computeSize method" 2018-06-28 10:37:25 +02:00
linkingobjects-tests.js Add Object.linkingObjectCount() 2018-05-15 14:31:54 +02:00
list-tests.js Better representation of array of primitive types for (#1847). (#1852) 2018-06-12 15:36:02 +02:00
migration-tests.js Adding test of creating objects during migration. 2017-11-01 17:43:52 +01:00
nested-list-helper.js Redesign user auth (#2002) 2018-09-13 08:45:06 +02:00
object-id-tests.js Redesign user auth (#2002) 2018-09-13 08:45:06 +02:00
object-tests.js Set the link to null if the linked object doesn't exist 2018-07-03 10:45:20 -07:00
package.json Implement implicit property conversion for date and binary (#1557) 2017-12-07 13:47:20 +01:00
partial-sync-api-helper.js Add a test for using a dynamic schema with query-based sync (#2077) 2018-10-17 08:46:39 +02:00
permission-tests.js Restore support for opening query-based sync Realms with a dynamic schema (#2065) 2018-10-16 09:49:16 +02:00
query-tests.js Upgrading to Realm Core v5.6.1 (#1859) 2018-06-13 15:44:16 +02:00
query-tests.json LIMIT support in queries (#2008) 2018-09-12 15:01:44 +02:00
realm-tests.js Unit test for partial Realm schema updates (#2064) 2018-10-17 08:51:26 +02:00
results-tests.js Expose both newModifications and oldModifications on change events 2018-06-06 16:13:47 -07:00
schemas.js Fix named linking object queries across classes (#1734) 2018-04-03 11:48:33 +02:00
session-tests.js Check the correct name when adding permissions object schemas to the schema 2018-11-20 07:47:08 -08:00
user-tests.js Auth fixes (#2050) 2018-10-08 15:01:12 +02: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