mainmatter / mainmatter.com

The source code for https://mainmatter.com
16 stars 9 forks source link

Blog Post: How to test Ember Data Adapters and Serializers #406

Open Turbo87 opened 5 years ago

Turbo87 commented 5 years ago

The testing blueprints in the ember-data project are almost empty and don't give any hints on how to test these components. Using the public store service API it is quite straight-forward to test them though. Since it is currently not documented anywhere we could write a blog post on it to give people an idea on how to do it.

marcoow commented 5 years ago

Yes, I agree this is a good topic and something many people struggle with 👍