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