enable test for RN
This commit is contained in:
parent
92273843e5
commit
4f1d5e36a1
|
@ -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' },
|
||||
|
|
Loading…
Reference in New Issue