Fix eslint no-undef in tests

[MAILPOET-1085]
This commit is contained in:
Pavel Dohnal
2017-09-06 15:10:38 +01:00
parent f266508654
commit 72c0a6f165
20 changed files with 70 additions and 7 deletions

View File

@ -1,3 +1,6 @@
const expect = global.expect;
const Backbone = global.Backbone;
define([
'newsletter_editor/App',
'newsletter_editor/components/sidebar'