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