fortunejs / fortune-json-api

JSON API serializer for Fortune.
MIT License
63 stars 28 forks source link

Ensure adapter is connected when fetching related resources #53

Closed grahambates closed 6 years ago

grahambates commented 6 years ago

Possible fix for #52.

grahambates commented 6 years ago

This kills the tests. I'll have a look into this.

grahambates commented 6 years ago

So it turns out calling connect() on the built in memory adapter clears the data. This isn't going to work.