mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-10 14:25:58 +00:00
Enable all tests except permissions
This commit is contained in:
parent
a88463bb18
commit
eed5395c99
@ -20,8 +20,7 @@
|
||||
|
||||
const Realm = require('realm');
|
||||
|
||||
// FIXME: sync testing needs to be updated for ROS 2.0
|
||||
global.enableSyncTests = Realm.Sync && false;
|
||||
global.enableSyncTests = Realm.Sync;
|
||||
|
||||
var TESTS = {
|
||||
ListTests: require('./list-tests'),
|
||||
@ -48,7 +47,7 @@ if (global.enableSyncTests) {
|
||||
if (typeof navigator === 'undefined' ||
|
||||
!/Chrome/.test(navigator.userAgent)) { // eslint-disable-line no-undef
|
||||
|
||||
TESTS.PermissionTests = require('./permission-tests');
|
||||
//TESTS.PermissionTests = require('./permission-tests');
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user