Tests space-before-blocks

This commit is contained in:
Amine Ben hammou
2017-09-27 15:38:46 +00:00
parent bda71ae78e
commit bb8591a67b
2 changed files with 1 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ define([
});
it('triggers autoSave when changed', function() {
var mock = sinon.mock({ trigger: function(){}}).expects('trigger').once().withExactArgs('autoSave');
var mock = sinon.mock({ trigger: function() {}}).expects('trigger').once().withExactArgs('autoSave');
EditorApplication.getChannel = function() {
return {
trigger: mock