Fix order of definitions, remove unnecesary vars
[MAILPOET-1829]
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
import App from 'newsletter_editor/App';
|
||||
import ContainerBlock from 'newsletter_editor/blocks/container';
|
||||
|
||||
const expect = global.expect;
|
||||
const sinon = global.sinon;
|
||||
const Backbone = global.Backbone;
|
||||
|
||||
import App from 'newsletter_editor/App';
|
||||
import ContainerBlock from 'newsletter_editor/blocks/container';
|
||||
|
||||
var EditorApplication = App;
|
||||
|
||||
describe('Container', function () {
|
||||
|
Reference in New Issue
Block a user