Fix eslint no-undef in tests
[MAILPOET-1085]
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
const expect = global.expect;
|
||||
const sinon = global.sinon;
|
||||
const Backbone = global.Backbone;
|
||||
const jQuery = global.jQuery;
|
||||
|
||||
define([
|
||||
'newsletter_editor/App',
|
||||
'newsletter_editor/blocks/automatedLatestContent',
|
||||
|
Reference in New Issue
Block a user