UNPKG

backbone-data

Version:

A simple data store for backbone models and collections inspired by Ember Data and angular-data.

5 lines 164 B
describe('DS', function() { it('should be a Backbone Model itself to store arbitrary data', function() { expect(DS).to.be.an.instanceof(Backbone.Model); }); });