enable test for RN

This commit is contained in:
blagoev 2017-11-16 12:57:14 +02:00
parent 92273843e5
commit 4f1d5e36a1
1 changed files with 0 additions and 3 deletions

View File

@ -44,9 +44,6 @@ module.exports = {
},
testSynced: function() {
if (!global.enableSyncTests || !isNodeProccess)
return;
return Realm.Sync.User.register('http://localhost:9080', uuid(), 'password').then(user => {
const config = { sync: { user, url: 'realm://localhost:9080/~/myrealm' },
schema: [{ name: 'IntegerPrimaryKey', properties: { int: 'int?' }, primaryKey: 'int' },