Tests no-whitespace-before-property

This commit is contained in:
Amine Ben hammou
2017-09-27 15:35:18 +00:00
parent dde598eb64
commit 87e6cc2a4f
2 changed files with 1 additions and 2 deletions

View File

@@ -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,

View File

@@ -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)();