Skip to content

Commit

Permalink
Improve tests
Browse files Browse the repository at this point in the history
  • Loading branch information
drew-gross committed Apr 8, 2016
1 parent dd98974 commit 3959929
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/transform.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,10 @@ describe('untransformObject', () => {
_tombstone: {
_updated_at: "I'm sure people will nest keys like this",
_acl: 7,
_id: {}
_id: { someString: "str", someNumber: 7},
regularKey: { moreContents: [1, 2, 3] },
},
regularKey: "some data",
}]}
let output = transform.untransformObject(dummySchema, null, input);
expect(dd(output, input)).toEqual(undefined);
Expand Down

0 comments on commit 3959929

Please sign in to comment.