scoutforpets / jsonapi-mapper

JSON API-Compliant Serialization for your Node ORM
The Unlicense
42 stars 24 forks source link

added test spec for issue #77 #78

Closed peterviergutz closed 8 years ago

peterviergutz commented 8 years ago

@chamini2 While writing up the test spec, I realized that the issue is exactly like @npatmaja described: it happens when the last item of a collection has a nullreference, not the other way round. Both cases are covered in the spec.

chamini2 commented 8 years ago

Thanks, I think I got the solution now!