Partially migrate newsletter editor to Marionette 3.x from 2.x
This commit is contained in:
@ -8,6 +8,9 @@ define([
|
||||
var model;
|
||||
beforeEach(function () {
|
||||
global.stubChannel(EditorApplication);
|
||||
global.stubConfig(EditorApplication, {
|
||||
blockDefaults: {},
|
||||
});
|
||||
model = new (FooterBlock.FooterBlockModel)();
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user