Fix order of definitions, remove unnecesary vars
[MAILPOET-1829]
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import HeadingComponent from 'newsletter_editor/components/heading';
|
||||
|
||||
const expect = global.expect;
|
||||
const Backbone = global.Backbone;
|
||||
|
||||
import HeadingComponent from 'newsletter_editor/components/heading';
|
||||
|
||||
describe('Heading', function () {
|
||||
describe('view', function () {
|
||||
var view;
|
||||
|
Reference in New Issue
Block a user