Fix failling test
[MAILPOET-976]
This commit is contained in:
@@ -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';
|
||||
|
||||
|
@@ -4,8 +4,9 @@
|
||||
define([
|
||||
'newsletter_editor/App',
|
||||
'newsletter_editor/blocks/base',
|
||||
'underscore'
|
||||
], function(App, BaseBlock, _) {
|
||||
'underscore',
|
||||
'mailpoet'
|
||||
], function(App, BaseBlock, _, MailPoet) {
|
||||
|
||||
"use strict";
|
||||
|
||||
|
@@ -298,6 +298,7 @@ var testConfig = {
|
||||
'mailpoet',
|
||||
'notice',
|
||||
'i18n',
|
||||
'help-tooltip',
|
||||
|
||||
'newsletter_editor/communicationsFix.js',
|
||||
'newsletter_editor/App',
|
||||
|
Reference in New Issue
Block a user