Fix failling test

[MAILPOET-976]
This commit is contained in:
Pavel Dohnal
2017-08-03 11:44:35 +02:00
parent 78fb9ba46f
commit 8c151d2d11
3 changed files with 5 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
define('helpTooltip', ['mailpoet', 'React', 'react-dom', 'help-tooltip.jsx'],
define('helpTooltip', ['mailpoet', 'react', 'react-dom', 'help-tooltip.jsx'],
function (MailPoet, React, ReactDOM, TooltipComponent) {
'use strict';

View File

@@ -4,8 +4,9 @@
define([
'newsletter_editor/App',
'newsletter_editor/blocks/base',
'underscore'
], function(App, BaseBlock, _) {
'underscore',
'mailpoet'
], function(App, BaseBlock, _, MailPoet) {
"use strict";

View File

@@ -298,6 +298,7 @@ var testConfig = {
'mailpoet',
'notice',
'i18n',
'help-tooltip',
'newsletter_editor/communicationsFix.js',
'newsletter_editor/App',