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

@@ -12,7 +12,7 @@ define([
var model;
beforeEach(function () {
global.stubChannel(EditorApplication);
global. stubConfig(EditorApplication, {
global.stubConfig(EditorApplication, {
blockDefaults: {}
});
model = new (HeaderBlock.HeaderBlockModel)();