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