Fix order of definitions, remove unnecesary vars

[MAILPOET-1829]
This commit is contained in:
Jan Jakeš
2019-02-20 13:15:46 +01:00
committed by M. Shull
parent e95e7d3b4c
commit 61ab593dcb
20 changed files with 63 additions and 69 deletions

View File

@ -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;