Tests: no-shaddow

This commit is contained in:
Amine Ben hammou
2017-10-25 14:52:53 +00:00
parent 2ac32484e1
commit 4dc9004303
16 changed files with 156 additions and 178 deletions

View File

@@ -23,7 +23,6 @@ define([
});
it('uses defaults from config when they are set', function () {
var model;
global.stubConfig(EditorApplication, {
blockDefaults: {
text: {
@@ -50,8 +49,7 @@ define([
});
describe('once rendered', function () {
var model = new (TextBlock.TextBlockModel)();
var view;
model = new (TextBlock.TextBlockModel)();
beforeEach(function () {
global.stubConfig(EditorApplication);