mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-11 06:46:03 +00:00
test strings too
This commit is contained in:
parent
621ee36fad
commit
c42834d052
@ -245,7 +245,7 @@ module.exports = BaseTest.extend({
|
||||
realm.create('BasicTypesObject', [false, 1, 1, 1, '1', new Date(1), new ArrayBuffer()]);
|
||||
});
|
||||
|
||||
var numberProps = ['intCol', 'floatCol', 'doubleCol'];
|
||||
var numberProps = ['intCol', 'floatCol', 'doubleCol', 'stringCol'];
|
||||
for (var i = 0; i < numberProps.length; i++) {
|
||||
var prop = numberProps[i];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user