Skip to content

Commit 3959929

Browse files
committed
Improve tests
1 parent dd98974 commit 3959929

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/transform.spec.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,10 @@ describe('untransformObject', () => {
167167
_tombstone: {
168168
_updated_at: "I'm sure people will nest keys like this",
169169
_acl: 7,
170-
_id: {}
170+
_id: { someString: "str", someNumber: 7},
171+
regularKey: { moreContents: [1, 2, 3] },
171172
},
173+
regularKey: "some data",
172174
}]}
173175
let output = transform.untransformObject(dummySchema, null, input);
174176
expect(dd(output, input)).toEqual(undefined);

0 commit comments

Comments
 (0)