Tests object-curly-spacing

This commit is contained in:
Amine Ben hammou
2017-09-27 15:44:44 +00:00
parent b9184a202f
commit d6af88d667
17 changed files with 109 additions and 110 deletions

View File

@ -40,7 +40,7 @@ define([
it('does not include styles and content properties in its JSON', function () {
var json = model.toJSON();
expect(json).to.deep.equal({subject: 'my test subject'});
expect(json).to.deep.equal({ subject: 'my test subject' });
});
describe('toJSON()', function () {