Tests space-before-blocks
This commit is contained in:
@@ -17,7 +17,6 @@
|
|||||||
"no-underscore-dangle": 0,
|
"no-underscore-dangle": 0,
|
||||||
"no-shadow": 0,
|
"no-shadow": 0,
|
||||||
"padded-blocks": 0,
|
"padded-blocks": 0,
|
||||||
"space-before-blocks": 0,
|
|
||||||
"object-curly-spacing": 0,
|
"object-curly-spacing": 0,
|
||||||
"func-names": 0,
|
"func-names": 0,
|
||||||
"space-before-function-paren": 0
|
"space-before-function-paren": 0
|
||||||
|
@@ -24,7 +24,7 @@ define([
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('triggers autoSave when changed', function() {
|
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() {
|
EditorApplication.getChannel = function() {
|
||||||
return {
|
return {
|
||||||
trigger: mock
|
trigger: mock
|
||||||
|
Reference in New Issue
Block a user