clarkie / dynogels

DynamoDB data mapper for node.js. Originally forked from https://github.com/ryanfitz/vogels
Other
490 stars 110 forks source link

added working and failing tests #124

Closed jkav77 closed 6 years ago

jkav77 commented 6 years ago

This addresses #103.

Tests show that validation fails when using the update method.

The create method seems to work as expected.

The problem seems to lie with the internals.validateItemFragment method which I wrote a while ago.

jkav77 commented 6 years ago

This just adds a failing unit test. There isn't any fix in this yet.