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