Fix no-param-reassign in tests
[MAILPOET-1033]
This commit is contained in:
@@ -3,7 +3,9 @@ define([
|
||||
'newsletter_editor/components/communication',
|
||||
'newsletter_editor/blocks/posts',
|
||||
'newsletter_editor/blocks/container'
|
||||
], function(EditorApplication, CommunicationComponent, PostsBlock, ContainerBlock) {
|
||||
], function(App, Communication, PostsBlock, ContainerBlock) {
|
||||
var EditorApplication = App;
|
||||
var CommunicationComponent = Communication;
|
||||
|
||||
describe('Posts', function () {
|
||||
Backbone.Radio = {
|
||||
|
Reference in New Issue
Block a user