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

@@ -17,7 +17,6 @@
"no-underscore-dangle": 0,
"no-shadow": 0,
"padded-blocks": 0,
"space-before-blocks": 0,
"object-curly-spacing": 0,
"func-names": 0,
"space-before-function-paren": 0

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