Tests no-whitespace-before-property
This commit is contained in:
@@ -9,7 +9,6 @@
|
|||||||
},
|
},
|
||||||
"rules": {
|
"rules": {
|
||||||
"import/no-amd": 0,
|
"import/no-amd": 0,
|
||||||
"no-whitespace-before-property": 0,
|
|
||||||
"global-require": 0,
|
"global-require": 0,
|
||||||
"keyword-spacing": 0,
|
"keyword-spacing": 0,
|
||||||
"no-bitwise": 0,
|
"no-bitwise": 0,
|
||||||
|
@@ -12,7 +12,7 @@ define([
|
|||||||
var model;
|
var model;
|
||||||
beforeEach(function () {
|
beforeEach(function () {
|
||||||
global.stubChannel(EditorApplication);
|
global.stubChannel(EditorApplication);
|
||||||
global. stubConfig(EditorApplication, {
|
global.stubConfig(EditorApplication, {
|
||||||
blockDefaults: {}
|
blockDefaults: {}
|
||||||
});
|
});
|
||||||
model = new (HeaderBlock.HeaderBlockModel)();
|
model = new (HeaderBlock.HeaderBlockModel)();
|
||||||
|
Reference in New Issue
Block a user