Hi,
is there a way to test the mapping of ember-data models against the JSON API provided by the server? e.g. check if all fields provided by the server API are present in the ember model object?
thanks
Hi,
is there a way to test the mapping of ember-data models against the JSON API provided by the server? e.g. check if all fields provided by the server API are present in the ember model object?
thanks
Look at the network response tab in dev tools and look at your model’s js file and see if there’s anything missing?
yes, well… I meant something I can use e.g. with CI tests