Tests no-unused-vars

This commit is contained in:
Amine Ben hammou
2017-09-26 13:05:02 +00:00
parent 69c540288b
commit 98a3c6b156
4 changed files with 4 additions and 13 deletions

View File

@@ -207,7 +207,6 @@ define([
});
it('updates the model when padding changes', function () {
var newValue = 'false';
view.$('.mailpoet_field_image_full_width').prop('checked', false).change();
expect(model.get('fullWidth')).to.equal(false);
});