We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e213e3 commit 6429d60Copy full SHA for 6429d60
src/__tests__/encode-test.js
@@ -186,7 +186,7 @@ describe('encode', () => {
186
date: {
187
__type: 'Date',
188
iso: '2015-02-01T00:00:00.000Z'
189
- }
+ }
190
});
191
192
const subobj = new ParseObject('Subitem')
@@ -198,8 +198,8 @@ describe('encode', () => {
198
199
obj.attributes = {
200
item : subobj
201
- };
202
-
+ };
+
203
expect(encode(obj)).toEqual({
204
__type: 'Object',
205
className: 'Item',
@@ -209,10 +209,10 @@ describe('encode', () => {
209
str:'substring'
210
}
211
212
213
214
items : [subobj, subobj]
215
216
217
218
0 commit comments