mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-23 11:48:17 +00:00
initialize in the right placE
This commit is contained in:
parent
b246f017e9
commit
2c8696ea57
@ -29,8 +29,9 @@ public class RealmReactAndroid extends ReactContextBaseJavaModule {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void initialize() {
|
||||
public Map<String, Object> getConstants() {
|
||||
Log.w("RealmReactAndroid", injectRealmJsContext(filesDirPath));
|
||||
return new HashMap<>();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -18,7 +18,6 @@ var Realm = require('realm');
|
||||
var RealmTests = require('realm-tests');
|
||||
|
||||
function runTests() {
|
||||
RealmTests.ObjectTests.testNullableBasicTypesPropertySetters();
|
||||
let testNames = RealmTests.getTestNames();
|
||||
|
||||
for (let suiteName in testNames) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user